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.cpp185 struct SourceLoc { struct
186 uint32_t line = UINT32_MAX;
187 uint16_t column;
188 SourceLoc(uint32_t l, std::optional<uint16_t> c) in SourceLoc() argument
190 SourceLoc(const SymbolContext &sc) in SourceLoc() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp866 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent()
882 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/Lex/
H A DLiteralSupport.cpp2354 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1884 MemoryLocation SourceLoc = MemoryLocation::getForSource(M); in isMemMoveMemSetDependency() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2822 DebugLoc SourceLoc = I->getDebugLoc(); in emitUnsafeDependenceRemark() local