Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A 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-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()
890 SourceLocation SourceLoc) { in CheckParamExceptionSpec()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h61 SourceLocation SourceLoc; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1832 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2451 Constant *SourceLoc; in InstrumentGlobals() local