Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp181 struct SourceLoc { struct
184 SourceLoc(uint32_t l, llvm::Optional<uint16_t> c) in SourceLoc() function
186 SourceLoc(const SymbolContext &sc) in SourceLoc() argument
192 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-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h61 SourceLocation SourceLoc; variable
68 Kind(LK_Source), SourceLoc(Loc) {} in Location()
83 return SourceLoc; in getSourceLocation()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h40 LocationMetadata SourceLoc; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp868 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent() argument
877 SFunc, SourceLoc); in CheckSpecForTypesEquivalent()
890 SourceLocation SourceLoc) { in CheckParamExceptionSpec() argument
896 SourceLoc)) in CheckParamExceptionSpec()
909 SourceLoc)) in CheckParamExceptionSpec()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1832 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
1834 Diag(Diags, Features, SourceLoc, TokBegin, in CopyStringFragment()
1850 Builder << MakeCharSourceRange(Features, SourceLoc, TokBegin, in CopyStringFragment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1197 E.SourceLoc.parse(Loc); in GlobalsMetadata()
2451 Constant *SourceLoc; in InstrumentGlobals() local
2452 if (!MD.SourceLoc.empty()) { in InstrumentGlobals()
2453 auto SourceLocGlobal = createPrivateGlobalForSourceLoc(M, MD.SourceLoc); in InstrumentGlobals()
2454 SourceLoc = ConstantExpr::getPointerCast(SourceLocGlobal, IntptrTy); in InstrumentGlobals()
2456 SourceLoc = ConstantInt::get(IntptrTy, 0); in InstrumentGlobals()
2499 ConstantInt::get(IntptrTy, MD.IsDynInit), SourceLoc, in InstrumentGlobals()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2054 SourceLocation SourceLoc);