/external/clang/tools/libclang/ |
D | CXSourceLocation.cpp | 138 SourceLocation SLoc = CXXUnit->getLocation(File, line, column); in clang_getLocation() local 167 SourceLocation SLoc in clang_getLocationForOffset() local
|
D | CIndex.cpp | 5015 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/ |
D | CXSourceLocation.cpp | 132 SourceLocation SLoc = CXXUnit->getLocation(File, line, column); in clang_getLocation() local 162 SourceLocation SLoc in clang_getLocationForOffset() local
|
D | CIndex.cpp | 5783 SourceLocation SLoc = cxloc::translateSourceLocation(Loc); in clang_getCursor() local 6058 CXCursor cxcursor::getCursor(CXTranslationUnit TU, SourceLocation SLoc) { in getCursor()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 75 SourceLocation SLoc = Loc.getSourceLocation(); in MaybeReportErrorSummary() local 140 SourceLocation SLoc = Loc.getSourceLocation(); in RenderLocation() local
|
D | ubsan_handlers.cc | 25 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/ |
D | ubsan_diag.cpp | 87 SourceLocation SLoc = Loc.getSourceLocation(); in MaybeReportErrorSummary() local 150 SourceLocation SLoc = Loc.getSourceLocation(); in RenderLocation() local
|
D | ubsan_handlers.cpp | 27 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport() 496 SourceLocation SLoc = Data->Loc.acquire(); in handleFloatCastOverflow() local
|
/external/clang/lib/Basic/ |
D | SourceManager.cpp | 684 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/ |
D | Diagnostics.cpp | 170 auto GetIncludeLoc = [&SM](SourceLocation SLoc) { in getMainFileRange()
|
/external/llvm-project/clang/lib/Basic/ |
D | SourceManager.cpp | 1621 const SLocEntry &SLoc = getLocalSLocEntry(I); in translateFile() local 1629 const SLocEntry &SLoc = getLoadedSLocEntry(I); in translateFile() local
|
/external/llvm-project/clang/lib/Analysis/ |
D | PathDiagnostic.cpp | 1162 if (const Stmt *SLoc = getLocation().getStmtOrNull()) in dump() local
|
/external/llvm-project/clang/lib/Tooling/ASTDiff/ |
D | ASTDiff.cpp | 176 SourceLocation SLoc = N->getSourceRange().getBegin(); in isNodeExcluded() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 1153 llvm::Constant *SLoc = EmitCheckSourceLocation(S.getBeginLoc()); in EmitReturnStmt() local
|
D | CGOpenMPRuntime.cpp | 11402 char ISA, unsigned VecRegSize, llvm::Function *Fn, SourceLocation SLoc) { in emitAArch64DeclareSimdFunction()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 1568 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/ |
D | ExprEngine.cpp | 2643 SourceLocation SLoc = T->getLocStart(); in getNodeLabel() local
|
D | BugReporter.cpp | 3493 if (const Stmt *SLoc = getLocStmt(getLocation())) in dump() local
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 1449 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/ |
D | SemaOpenMP.cpp | 143 SourceLocation SLoc; member
|