Home
last modified time | relevance | path

Searched defs:SLoc (Results 1 – 20 of 20) sorted by relevance

/external/clang/tools/libclang/
DCXSourceLocation.cpp138 SourceLocation SLoc = CXXUnit->getLocation(File, line, column); in clang_getLocation() local
167 SourceLocation SLoc in clang_getLocationForOffset() local
DCIndex.cpp5015 SourceLocation SLoc = cxloc::translateSourceLocation(Loc); in clang_getCursor() local
5284 CXCursor cxcursor::getCursor(CXTranslationUnit TU, SourceLocation SLoc) { in getCursor()
/external/llvm-project/clang/tools/libclang/
DCXSourceLocation.cpp132 SourceLocation SLoc = CXXUnit->getLocation(File, line, column); in clang_getLocation() local
162 SourceLocation SLoc in clang_getLocationForOffset() local
DCIndex.cpp5783 SourceLocation SLoc = cxloc::translateSourceLocation(Loc); in clang_getCursor() local
6058 CXCursor cxcursor::getCursor(CXTranslationUnit TU, SourceLocation SLoc) { in getCursor()
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc75 SourceLocation SLoc = Loc.getSourceLocation(); in MaybeReportErrorSummary() local
140 SourceLocation SLoc = Loc.getSourceLocation(); in RenderLocation() local
Dubsan_handlers.cc25 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport()
381 SourceLocation SLoc = Data->Loc.acquire(); in handleFloatCastOverflow() local
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_diag.cpp87 SourceLocation SLoc = Loc.getSourceLocation(); in MaybeReportErrorSummary() local
150 SourceLocation SLoc = Loc.getSourceLocation(); in RenderLocation() local
Dubsan_handlers.cpp27 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport()
496 SourceLocation SLoc = Data->Loc.acquire(); in handleFloatCastOverflow() local
/external/clang/lib/Basic/
DSourceManager.cpp684 const SLocEntry &SLoc = getSLocEntry(FID, &MyInvalid); in getBufferData() local
1656 const SLocEntry &SLoc = getLocalSLocEntry(I, &Invalid); in translateFile() local
1670 const SLocEntry &SLoc = getLoadedSLocEntry(I); in translateFile() local
1692 const SLocEntry &SLoc = getSLocEntry(IFileID, &Invalid); in translateFile() local
/external/llvm-project/clang-tools-extra/clangd/
DDiagnostics.cpp170 auto GetIncludeLoc = [&SM](SourceLocation SLoc) { in getMainFileRange()
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp1621 const SLocEntry &SLoc = getLocalSLocEntry(I); in translateFile() local
1629 const SLocEntry &SLoc = getLoadedSLocEntry(I); in translateFile() local
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp1162 if (const Stmt *SLoc = getLocation().getStmtOrNull()) in dump() local
/external/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp176 SourceLocation SLoc = N->getSourceRange().getBegin(); in isNodeExcluded() local
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp1153 llvm::Constant *SLoc = EmitCheckSourceLocation(S.getBeginLoc()); in EmitReturnStmt() local
DCGOpenMPRuntime.cpp11402 char ISA, unsigned VecRegSize, llvm::Function *Fn, SourceLocation SLoc) { in emitAArch64DeclareSimdFunction()
/external/clang/lib/Serialization/
DASTWriter.cpp1568 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteInputFiles() local
1923 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteSourceManagerBlock() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2643 SourceLocation SLoc = T->getLocStart(); in getNodeLabel() local
DBugReporter.cpp3493 if (const Stmt *SLoc = getLocStmt(getLocation())) in dump() local
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp1449 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteInputFiles() local
1943 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteSourceManagerBlock() local
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp143 SourceLocation SLoc; member