Searched refs:SourceLoc (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolver.cpp | 185 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 D | ubsan_diag.h | 41 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 D | SemaExceptionSpec.cpp | 866 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 D | LiteralSupport.cpp | 2354 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 D | LoopAccessAnalysis.cpp | 2822 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 D | MemCpyOptimizer.cpp | 1884 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 D | Sema.h | 6631 bool SkipSourceFirstParameter, SourceLocation SourceLoc);
|