/external/llvm-project/clang/lib/Basic/ |
D | SourceLocation.cpp | 61 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print() 102 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in PrintDifference() 171 PresumedLoc FullSourceLoc::getPresumedLoc(bool UseLineDirectives) const { in getPresumedLoc() function in FullSourceLoc 175 return SrcMgr->getPresumedLoc(*this, UseLineDirectives); in getPresumedLoc()
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | Mapper.cpp | 89 return Context.getSourceManager().getPresumedLoc(D->getBeginLoc()).getLine(); in getLine() 97 .getPresumedLoc(D->getBeginLoc()) in getFile()
|
/external/llvm-project/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 309 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation() 321 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); in printSourceRange() 329 PL = SM.getPresumedLoc(end); in printSourceRange()
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 310 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation() 322 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); in printSourceRange() 330 PL = SM.getPresumedLoc(end); in printSourceRange()
|
/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 117 PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitDiagnostic() 199 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitIncludeStackRecursively() 242 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitImportStackRecursively() 261 CurSM.getPresumedLoc(CurLoc, in emitModuleBuildStack()
|
D | HeaderIncludeGen.cpp | 120 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged()
|
D | PrintPreprocessedOutput.cpp | 150 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() 256 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged() 794 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput()
|
D | LogDiagnosticPrinter.cpp | 145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic()
|
/external/llvm-project/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 120 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc); in emitDiagnostic() 196 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc); in emitIncludeStackRecursively() 237 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc); in emitImportStackRecursively() 252 emitBuildingModuleLocation(I.second, I.second.getPresumedLoc( in emitModuleBuildStack()
|
D | LogDiagnosticPrinter.cpp | 145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic()
|
D | HeaderIncludeGen.cpp | 134 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged()
|
D | PrintPreprocessedOutput.cpp | 157 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() 267 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged() 920 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput()
|
/external/llvm-project/clang/lib/Index/ |
D | FileIndexRecord.cpp | 50 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in print()
|
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | FileExtensionsUtils.cpp | 25 PresumedLoc PresumedLocation = SM.getPresumedLoc(Loc); in isPresumedLocInHeaderFile()
|
/external/clang/tools/libclang/ |
D | CIndexInclusionStack.cpp | 54 PresumedLoc PLoc = SM.getPresumedLoc(L); in getInclusions()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndexInclusionStack.cpp | 50 PresumedLoc PLoc = SM.getPresumedLoc(L); in getInclusions()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | JsonSupport.h | 91 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
|
D | SourceManager.h | 1430 PresumedLoc getPresumedLoc(SourceLocation Loc, 1460 StringRef Filename(getPresumedLoc(Loc).getFilename()); in isWrittenInBuiltinFile() 1466 StringRef Filename(getPresumedLoc(Loc).getFilename()); in isWrittenInCommandLineFile() 1472 StringRef Filename(getPresumedLoc(Loc).getFilename()); in isWrittenInScratchSpace()
|
/external/clang/lib/Basic/ |
D | SourceLocation.cpp | 45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | AnalyzerStatsChecker.cpp | 93 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in checkEndAnalysis()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | AnalyzerStatsChecker.cpp | 92 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in checkEndAnalysis()
|
/external/clang/lib/CodeGen/ |
D | SanitizerMetadata.cpp | 83 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | SanitizerMetadata.cpp | 93 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata()
|
/external/llvm-project/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 1504 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() 1513 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() 1520 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro() 1574 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() 1576 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro() 1578 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
|
/external/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 1577 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() 1585 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() 1592 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro() 1633 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() 1635 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro() 1637 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
|