Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp181 struct SourceLoc { struct
184 SourceLoc(uint32_t l, std::optional<uint16_t> c) in SourceLoc() argument
186 SourceLoc(const SymbolContext &sc) in SourceLoc() function
192 bool operator<(const SourceLoc lhs, const SourceLoc rhs) { in operator <()
242 SourceLoc requested(line, *column); in SetSCMatchesByLine()
246 [&](const SymbolContext &sc) { return requested < SourceLoc(sc); }); in SetSCMatchesByLine()
250 return SourceLoc(a) < SourceLoc(b); in SetSCMatchesByLine()
257 return SourceLoc(*worklist_begin) < SourceLoc(sc); in SetSCMatchesByLine()
/src/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()
/src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp296 auto SourceLoc = MacroNameToken.getLocation(); in MacroDefined() local
297 if (SM.isWrittenInBuiltinFile(SourceLoc) || in MacroDefined()
298 SM.isWrittenInCommandLineFile(SourceLoc)) in MacroDefined()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp865 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent() argument
874 SFunc, SourceLoc); in CheckSpecForTypesEquivalent()
881 bool SkipSourceFirstParameter, SourceLocation SourceLoc) { in CheckParamExceptionSpec() argument
887 SourceLoc)) in CheckParamExceptionSpec()
902 SourceLoc)) in CheckParamExceptionSpec()
/src/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp2314 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
2316 Diag(Diags, Features, SourceLoc, TokBegin, in CopyStringFragment()
2332 Builder << MakeCharSourceRange(Features, SourceLoc, TokBegin, in CopyStringFragment()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2755 DebugLoc SourceLoc = I->getDebugLoc(); in emitUnsafeDependenceRemark() local
2757 SourceLoc = DD->getDebugLoc(); in emitUnsafeDependenceRemark()
2758 if (SourceLoc) in emitUnsafeDependenceRemark()
2760 << ore::NV("Location", SourceLoc); in emitUnsafeDependenceRemark()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6201 bool SkipSourceFirstParameter, SourceLocation SourceLoc);