Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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() argument
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp874 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent()
896 SourceLocation SourceLoc) { in CheckParamExceptionSpec()
/openbsd/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp251 auto SourceLoc = MacroNameToken.getLocation(); in MacroDefined() local
/openbsd/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag.h61 SourceLocation SourceLoc; variable
/openbsd/gnu/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp2178 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2510 DebugLoc SourceLoc = I->getDebugLoc(); in emitUnsafeDependenceRemark() local