Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp183 struct SourceLoc { struct
186 SourceLoc(uint32_t l, uint32_t c) : line(l), column(c ? c : UINT32_MAX) {} in SourceLoc() argument
187 SourceLoc(const SymbolContext &sc) in SourceLoc() function
192 bool operator<(const SourceLoc a, const SourceLoc b) { in operator <()
235 SourceLoc requested(line, column); in SetSCMatchesByLine()
239 [&](const SymbolContext &sc) { return SourceLoc(sc) < requested; }); in SetSCMatchesByLine()
243 return SourceLoc(a) < SourceLoc(b); in SetSCMatchesByLine()
250 return SourceLoc(*worklist_begin) < SourceLoc(sc); in SetSCMatchesByLine()
/freebsd-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_diag.h62 SourceLocation SourceLoc; variable
69 Kind(LK_Source), SourceLoc(Loc) {} in Location()
84 return SourceLoc; in getSourceLocation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp831 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent() argument
840 SFunc, SourceLoc); in CheckSpecForTypesEquivalent()
853 SourceLocation SourceLoc) { in CheckParamExceptionSpec() argument
859 SourceLoc)) in CheckParamExceptionSpec()
872 SourceLoc)) in CheckParamExceptionSpec()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp421 LocationMetadata SourceLoc; member
454 E.SourceLoc.parse(Loc); in init()
2183 Constant *SourceLoc; in InstrumentGlobals() local
2184 if (!MD.SourceLoc.empty()) { in InstrumentGlobals()
2185 auto SourceLocGlobal = createPrivateGlobalForSourceLoc(M, MD.SourceLoc); in InstrumentGlobals()
2186 SourceLoc = ConstantExpr::getPointerCast(SourceLocGlobal, IntptrTy); in InstrumentGlobals()
2188 SourceLoc = ConstantInt::get(IntptrTy, 0); in InstrumentGlobals()
2231 ConstantInt::get(IntptrTy, MD.IsDynInit), SourceLoc, in InstrumentGlobals()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp1776 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
1778 Diag(Diags, Features, SourceLoc, TokBegin, in CopyStringFragment()
1794 Builder << MakeCharSourceRange(Features, SourceLoc, TokBegin, in CopyStringFragment()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1500 SourceLocation SourceLoc);