Searched refs:FoundLoc (Results 1 – 4 of 4) sorted by relevance
1710 LocIdx FoundLoc = FoundLocs.find(DbgOp.ID)->second.getLoc(); in transferDebugInstrRef() local1711 if (FoundLoc.isIllegal()) { in transferDebugInstrRef()1715 NewLocs.push_back(FoundLoc); in transferDebugInstrRef()1727 LocIdx FoundLoc = ValueLoc.second.getLoc(); in transferDebugInstrRef() local1728 if (!FoundLoc.isIllegal()) in transferDebugInstrRef()
1987 SourceLocation FoundLoc, in parseOMPEndDirective() argument1997 Diag(FoundLoc, diag::err_expected_end_declare_target_or_variant) in parseOMPEndDirective()
337 auto FoundLoc = LocsForMacros.find(MQT); in getExpansionLocForMacroQualifiedType() local338 assert(FoundLoc != LocsForMacros.end() && in getExpansionLocForMacroQualifiedType()340 return FoundLoc->second; in getExpansionLocForMacroQualifiedType()
3476 SourceLocation FoundLoc,