Searched refs:FoundLoc (Results 1 – 4 of 4) sorted by relevance
1744 LocIdx FoundLoc = FoundLocs.find(DbgOp.ID)->second.getLoc(); in transferDebugInstrRef() local1745 if (FoundLoc.isIllegal()) { in transferDebugInstrRef()1749 NewLocs.push_back(FoundLoc); in transferDebugInstrRef()1761 LocIdx FoundLoc = ValueLoc.second.getLoc(); in transferDebugInstrRef() local1762 if (!FoundLoc.isIllegal()) in transferDebugInstrRef()
1924 SourceLocation FoundLoc, in parseOMPEndDirective() argument1935 Diag(FoundLoc, diag::err_expected_end_declare_target_or_variant) in parseOMPEndDirective()
344 auto FoundLoc = LocsForMacros.find(MQT); in getExpansionLocForMacroQualifiedType() local345 assert(FoundLoc != LocsForMacros.end() && in getExpansionLocForMacroQualifiedType()347 return FoundLoc->second; in getExpansionLocForMacroQualifiedType()
6449 SourceLocation MatchingLoc, SourceLocation FoundLoc,