Home
last modified time | relevance | path

Searched refs:getPresumedLoc (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceLocation.cpp69 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 DSourceManager.cpp1251 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 DFileIndexRecord.cpp68 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 Darcmt-test.cpp311 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 DDiagnosticRenderer.cpp120 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 DPrintPreprocessedOutput.cpp157 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 DLogDiagnosticPrinter.cpp145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic()
H A DHeaderIncludeGen.cpp137 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged()
H A DSerializedDiagnosticPrinter.cpp222 AddLocToRecord(Loc, Loc.hasManager() ? Loc.getPresumedLoc() : PresumedLoc(), in AddLocToRecord()
737 PresumedLoc PLoc = Loc.hasManager() ? Loc.getPresumedLoc() : PresumedLoc(); in emitNote()
H A DFrontendActions.cpp475 TheSema.getSourceManager().getPresumedLoc(Inst.Entity->getLocation()); in getTemplightEntry()
482 TheSema.getSourceManager().getPresumedLoc(Inst.PointOfInstantiation); in getTemplightEntry()
H A DTextDiagnostic.cpp1341 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexInclusionStack.cpp50 PresumedLoc PLoc = SM.getPresumedLoc(L); in getInclusions()
H A DCXSourceLocation.cpp283 PresumedLoc PreLoc = SM.getPresumedLoc(Loc); in clang_getPresumedLocation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DJsonSupport.h91 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
H A DSourceManager.h1438 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 DSourceLocation.h393 PresumedLoc getPresumedLoc(bool UseLineDirectives = true) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp1506 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 DPragma.cpp475 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp92 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in checkEndAnalysis()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp93 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata()
H A DCGDebugInfo.cpp185 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 DAnalysisConsumer.cpp192 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 DJSONNodeDumper.cpp202 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 DTextNodeDumper.cpp584 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in dumpLocation()
H A DTypePrinter.cpp1321 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag()

12