Searched refs:SourceLoc (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointResolver.cpp | 181 struct SourceLoc { struct 184 SourceLoc(uint32_t l, std::optional<uint16_t> c) in SourceLoc() function 186 SourceLoc(const SymbolContext &sc) in SourceLoc() argument 192 bool operator<(const SourceLoc lhs, const SourceLoc rhs) { in operator <() 233 SourceLoc requested(line, *column); in SetSCMatchesByLine() 237 [&](const SymbolContext &sc) { return requested < SourceLoc(sc); }); in SetSCMatchesByLine() 241 return SourceLoc(a) < SourceLoc(b); in SetSCMatchesByLine() 248 return SourceLoc(*worklist_begin) < SourceLoc(sc); in SetSCMatchesByLine()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.h | 61 SourceLocation SourceLoc; variable 68 Kind(LK_Source), SourceLoc(Loc) {} in Location() 83 return SourceLoc; in getSourceLocation()
|
| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 251 auto SourceLoc = MacroNameToken.getLocation(); in MacroDefined() local 252 if (SM.isWrittenInBuiltinFile(SourceLoc) || in MacroDefined() 253 SM.isWrittenInCommandLineFile(SourceLoc)) in MacroDefined()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 874 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent() argument 883 SFunc, SourceLoc); in CheckSpecForTypesEquivalent() 896 SourceLocation SourceLoc) { in CheckParamExceptionSpec() argument 902 SourceLoc)) in CheckParamExceptionSpec() 915 SourceLoc)) in CheckParamExceptionSpec()
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 2178 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local 2180 Diag(Diags, Features, SourceLoc, TokBegin, in CopyStringFragment() 2196 Builder << MakeCharSourceRange(Features, SourceLoc, TokBegin, in CopyStringFragment()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 2510 DebugLoc SourceLoc = I->getDebugLoc(); in emitUnsafeDependenceRemark() local 2512 SourceLoc = DD->getDebugLoc(); in emitUnsafeDependenceRemark() 2513 if (SourceLoc) in emitUnsafeDependenceRemark() 2515 << ore::NV("Location", SourceLoc); in emitUnsafeDependenceRemark()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 2158 SourceLocation SourceLoc);
|