Home
last modified time | relevance | path

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

/freebsd/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, std::optional<uint16_t> c) in SourceLoc() function
186 SourceLoc(const SymbolContext &sc) in SourceLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp865 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent()
881 bool SkipSourceFirstParameter, SourceLocation SourceLoc) { in CheckParamExceptionSpec()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h61 SourceLocation SourceLoc; global() variable
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp296 auto SourceLoc = MacroNameToken.getLocation(); in MacroDefined() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp2314 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2755 DebugLoc SourceLoc = I->getDebugLoc(); in emitUnsafeDependenceRemark() local