Home
last modified time | relevance | path

Searched refs:SourceLoc (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp180 struct SourceLoc { struct
183 SourceLoc(uint32_t l, std::optional<uint16_t> c) in SourceLoc() function
185 SourceLoc(const SymbolContext &sc) in SourceLoc() argument
191 bool operator<(const SourceLoc lhs, const SourceLoc rhs) { in operator <()
233 SourceLoc requested(line, *column); in SetSCMatchesByLine()
237 [&](const SymbolContext &sc) { return requested < SourceLoc(sc); }); in SetSCMatchesByLine()
241 return SourceLoc(a) < SourceLoc(b); in SetSCMatchesByLine()
248 return SourceLoc(*worklist_begin) < SourceLoc(sc); in SetSCMatchesByLine()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h41 SourceLocation SourceLoc; variable
48 Kind(LK_Source), SourceLoc(Loc) {} in Location()
63 return SourceLoc; in getSourceLocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp295 auto SourceLoc = MacroNameToken.getLocation(); in MacroDefined() local
296 if (SM.isWrittenInBuiltinFile(SourceLoc) || in MacroDefined()
297 SM.isWrittenInCommandLineFile(SourceLoc)) in MacroDefined()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp880 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent() argument
889 SFunc, SourceLoc); in CheckSpecForTypesEquivalent()
901 bool SkipSourceFirstParameter, SourceLocation SourceLoc) { in CheckParamExceptionSpec() argument
907 SourceLoc)) in CheckParamExceptionSpec()
922 SourceLoc)) in CheckParamExceptionSpec()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp2276 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
2278 Diag(Diags, Features, SourceLoc, TokBegin, in CopyStringFragment()
2294 Builder << MakeCharSourceRange(Features, SourceLoc, TokBegin, in CopyStringFragment()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2684 DebugLoc SourceLoc = I->getDebugLoc(); in emitUnsafeDependenceRemark() local
2686 SourceLoc = DD->getDebugLoc(); in emitUnsafeDependenceRemark()
2687 if (SourceLoc) in emitUnsafeDependenceRemark()
2689 << ore::NV("Location", SourceLoc); in emitUnsafeDependenceRemark()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2205 bool SkipSourceFirstParameter, SourceLocation SourceLoc);