Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp180 struct SourceLoc { struct
181 uint32_t line = UINT32_MAX;
182 uint16_t column;
183 SourceLoc(uint32_t l, std::optional<uint16_t> c) in SourceLoc() argument
185 SourceLoc(const SymbolContext &sc) in SourceLoc() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp880 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent()
901 bool SkipSourceFirstParameter, SourceLocation SourceLoc) { in CheckParamExceptionSpec()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h41 SourceLocation SourceLoc; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp295 auto SourceLoc = MacroNameToken.getLocation(); in MacroDefined() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp2276 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2684 DebugLoc SourceLoc = I->getDebugLoc(); in emitUnsafeDependenceRemark() local