Searched refs:FoundLoc (Results 1 – 4 of 4) sorted by relevance
1685 LocIdx FoundLoc = FoundLocs.find(DbgOp.ID)->second.getLoc(); in transferDebugInstrRef() local1686 if (FoundLoc.isIllegal()) { in transferDebugInstrRef()1690 NewLocs.push_back(FoundLoc); in transferDebugInstrRef()1702 LocIdx FoundLoc = ValueLoc.second.getLoc(); in transferDebugInstrRef() local1703 if (!FoundLoc.isIllegal()) in transferDebugInstrRef()
1976 SourceLocation FoundLoc, in parseOMPEndDirective() argument1986 Diag(FoundLoc, diag::err_expected_end_declare_target_or_variant) in parseOMPEndDirective()
3330 SourceLocation FoundLoc,
314 auto FoundLoc = LocsForMacros.find(MQT); in getExpansionLocForMacroQualifiedType() local315 assert(FoundLoc != LocsForMacros.end() && in getExpansionLocForMacroQualifiedType()317 return FoundLoc->second; in getExpansionLocForMacroQualifiedType()