Searched refs:EraseResult (Results 1 – 3 of 3) sorted by relevance
97 bool EraseResult = Decls.remove(ND); in remove() local98 (void)EraseResult; in remove()99 assert(EraseResult == true && "Trying to remove not contained Decl"); in remove()
703 bool EraseResult = RecordsBeingLaidOut.erase(Key); (void)EraseResult; in ConvertRecordDeclType() local704 assert(EraseResult && "struct not in RecordsBeingLaidOut set?"); in ConvertRecordDeclType()
845 bool EraseResult = RecordsBeingLaidOut.erase(Key); (void)EraseResult; in ConvertRecordDeclType() local846 assert(EraseResult && "struct not in RecordsBeingLaidOut set?"); in ConvertRecordDeclType()