Searched refs:EraseResult (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp83 bool EraseResult = Decls.remove(ND); local
84 (void)EraseResult;
85 assert(EraseResult == true && "Trying to remove not contained Decl");
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp831 bool EraseResult = RecordsBeingLaidOut.erase(Key); (void)EraseResult; local
832 assert(EraseResult && "struct not in RecordsBeingLaidOut set?");

Completed in 105 milliseconds