Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointResolver.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() argument
186 SourceLoc(const SymbolContext &sc) in SourceLoc() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExceptionSpec.cpp865 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent()
881 bool SkipSourceFirstParameter, SourceLocation SourceLoc) { in CheckParamExceptionSpec()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
HDubsan_diag.h41 SourceLocation SourceLoc; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/ExtractAPI/
HDExtractAPIConsumer.cpp296 auto SourceLoc = MacroNameToken.getLocation(); in MacroDefined() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDLiteralSupport.cpp2314 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopAccessAnalysis.cpp2755 DebugLoc SourceLoc = I->getDebugLoc(); in emitUnsafeDependenceRemark() local