/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | SourceLocation.cpp | 69 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print() 110 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in PrintDifference() 179 PresumedLoc FullSourceLoc::getPresumedLoc(bool UseLineDirectives) const { in getPresumedLoc() function in FullSourceLoc 183 return SrcMgr->getPresumedLoc(*this, UseLineDirectives); in getPresumedLoc()
|
H A D | SourceManager.cpp | 1251 PresumedLoc PLoc = getPresumedLoc(Loc); in getPresumedColumnNumber() 1456 PresumedLoc PLoc = getPresumedLoc(Loc); in getPresumedLineNumber() 1516 PresumedLoc SourceManager::getPresumedLoc(SourceLocation Loc, in getPresumedLoc() function in SourceManager
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | FileIndexRecord.cpp | 68 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in print() 78 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in print()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/arcmt-test/ |
H A D | arcmt-test.cpp | 311 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation() 323 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); in printSourceRange() 331 PL = SM.getPresumedLoc(end); in printSourceRange()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A 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()
|
H A 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()
|
H A D | LogDiagnosticPrinter.cpp | 145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic()
|
H A D | HeaderIncludeGen.cpp | 137 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged()
|
H A D | SerializedDiagnosticPrinter.cpp | 222 AddLocToRecord(Loc, Loc.hasManager() ? Loc.getPresumedLoc() : PresumedLoc(), in AddLocToRecord() 737 PresumedLoc PLoc = Loc.hasManager() ? Loc.getPresumedLoc() : PresumedLoc(); in emitNote()
|
H A D | FrontendActions.cpp | 475 TheSema.getSourceManager().getPresumedLoc(Inst.Entity->getLocation()); in getTemplightEntry() 482 TheSema.getSourceManager().getPresumedLoc(Inst.PointOfInstantiation); in getTemplightEntry()
|
H A D | TextDiagnostic.cpp | 1341 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndexInclusionStack.cpp | 50 PresumedLoc PLoc = SM.getPresumedLoc(L); in getInclusions()
|
H A D | CXSourceLocation.cpp | 283 PresumedLoc PreLoc = SM.getPresumedLoc(Loc); in clang_getPresumedLocation()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | JsonSupport.h | 91 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
|
H A D | SourceManager.h | 1438 PresumedLoc getPresumedLoc(SourceLocation Loc, 1468 StringRef Filename(getPresumedLoc(Loc).getFilename()); in isWrittenInBuiltinFile() 1474 StringRef Filename(getPresumedLoc(Loc).getFilename()); in isWrittenInCommandLineFile() 1480 StringRef Filename(getPresumedLoc(Loc).getFilename()); in isWrittenInScratchSpace()
|
H A D | SourceLocation.h | 393 PresumedLoc getPresumedLoc(bool UseLineDirectives = true) const;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1506 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() 1515 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() 1522 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro() 1576 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() 1578 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro() 1580 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
|
H A D | Pragma.cpp | 475 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | AnalyzerStatsChecker.cpp | 92 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in checkEndAnalysis()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | SanitizerMetadata.cpp | 93 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata()
|
H A D | CGDebugInfo.cpp | 185 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc); in setLocation() 413 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getOrCreateFile() 495 return SM.getPresumedLoc(Loc).getLine(); in getLineNumber() 507 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 192 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in DisplayFunction() 590 PresumedLoc Loc = Ctx->getSourceManager().getPresumedLoc(D->getLocation()); in getFunctionName()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 202 writeIncludeStack(SM.getPresumedLoc(Loc.getIncludeLoc())); in writeIncludeStack() 212 PresumedLoc Presumed = SM.getPresumedLoc(Loc); in writeBareSourceLocation() 244 writeIncludeStack(SM.getPresumedLoc(Presumed.getIncludeLoc()), in writeBareSourceLocation()
|
H A D | TextNodeDumper.cpp | 584 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in dumpLocation()
|
H A D | TypePrinter.cpp | 1321 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag()
|