Home
last modified time | relevance | path

Searched refs:SourceLoc (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp185 struct SourceLoc { struct
188 SourceLoc(uint32_t l, std::optional<uint16_t> c) in SourceLoc() argument
190 SourceLoc(const SymbolContext &sc) in SourceLoc() argument
196 bool operator<(const SourceLoc lhs, const SourceLoc rhs) { in operator <()
245 SourceLoc requested(line, *column); in SetSCMatchesByLine()
249 [&](const SymbolContext &sc) { return requested < SourceLoc(sc); }); in SetSCMatchesByLine()
253 return SourceLoc(a) < SourceLoc(b); in SetSCMatchesByLine()
260 return SourceLoc(*worklist_begin) < SourceLoc(sc); in SetSCMatchesByLine()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h41 SourceLocation SourceLoc;
48 Kind(LK_Source), SourceLoc(Loc) {}
63 return SourceLoc;
61 SourceLocation SourceLoc; global() variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp866 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent() argument
875 SFunc, SourceLoc); in CheckSpecForTypesEquivalent()
882 bool SkipSourceFirstParameter, SourceLocation SourceLoc) { in CheckParamExceptionSpec() argument
888 SourceLoc)) in CheckParamExceptionSpec()
903 SourceLoc)) in CheckParamExceptionSpec()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp2354 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
2356 Diag(Diags, Features, SourceLoc, TokBegin, in CopyStringFragment()
2372 Builder << MakeCharSourceRange(Features, SourceLoc, TokBegin, in CopyStringFragment()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2822 DebugLoc SourceLoc = I->getDebugLoc(); in emitUnsafeDependenceRemark() local
2824 SourceLoc = DD->getDebugLoc(); in emitUnsafeDependenceRemark()
2825 if (SourceLoc) in emitUnsafeDependenceRemark()
2827 << ore::NV("Location", SourceLoc); in emitUnsafeDependenceRemark()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1884 MemoryLocation SourceLoc = MemoryLocation::getForSource(M); in isMemMoveMemSetDependency() local
1891 LocationSize MemMoveLocSize = SourceLoc.Size; in isMemMoveMemSetDependency()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6631 bool SkipSourceFirstParameter, SourceLocation SourceLoc);