Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DBreakpointResolver.cpp181 struct SourceLoc { struct
182 uint32_t line = UINT32_MAX;
183 uint16_t column;
184 SourceLoc(uint32_t l, llvm::Optional<uint16_t> c) in SourceLoc() argument
186 SourceLoc(const SymbolContext &sc) in SourceLoc() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
DAddressSanitizer.h40 LocationMetadata SourceLoc; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp868 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent()
890 SourceLocation SourceLoc) { in CheckParamExceptionSpec()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
Dubsan_diag.h61 SourceLocation SourceLoc; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DLiteralSupport.cpp1832 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2451 Constant *SourceLoc; in InstrumentGlobals() local