Home
last modified time | relevance | path

Searched refs:FoundLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1710 LocIdx FoundLoc = FoundLocs.find(DbgOp.ID)->second.getLoc(); in transferDebugInstrRef() local
1711 if (FoundLoc.isIllegal()) { in transferDebugInstrRef()
1715 NewLocs.push_back(FoundLoc); in transferDebugInstrRef()
1727 LocIdx FoundLoc = ValueLoc.second.getLoc(); in transferDebugInstrRef() local
1728 if (!FoundLoc.isIllegal()) in transferDebugInstrRef()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1987 SourceLocation FoundLoc, in parseOMPEndDirective() argument
1997 Diag(FoundLoc, diag::err_expected_end_declare_target_or_variant) in parseOMPEndDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp337 auto FoundLoc = LocsForMacros.find(MQT); in getExpansionLocForMacroQualifiedType() local
338 assert(FoundLoc != LocsForMacros.end() && in getExpansionLocForMacroQualifiedType()
340 return FoundLoc->second; in getExpansionLocForMacroQualifiedType()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3476 SourceLocation FoundLoc,