Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1679 LocIdx FoundLoc = FoundLocs.find(DbgOp.ID)->second.getLoc(); in transferDebugInstrRef() local
1680 if (FoundLoc.isIllegal()) { in transferDebugInstrRef()
1684 NewLocs.push_back(FoundLoc); in transferDebugInstrRef()
1696 LocIdx FoundLoc = ValueLoc.second.getLoc(); in transferDebugInstrRef() local
1697 if (!FoundLoc.isIllegal()) in transferDebugInstrRef()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1977 SourceLocation FoundLoc, in parseOMPEndDirective() argument
1987 Diag(FoundLoc, diag::err_expected_end_declare_target_or_variant) in parseOMPEndDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3394 SourceLocation FoundLoc,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp326 auto FoundLoc = LocsForMacros.find(MQT); in getExpansionLocForMacroQualifiedType() local
327 assert(FoundLoc != LocsForMacros.end() && in getExpansionLocForMacroQualifiedType()
329 return FoundLoc->second; in getExpansionLocForMacroQualifiedType()