/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 289 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitFunctionDecl() 362 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitEnumDecl() 400 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in WalkUpFromFunctionDecl() 531 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitRecordDecl() 564 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitCXXRecordDecl() 605 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); 658 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitCXXMethodDecl() 719 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitCXXDestructorDecl() 753 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitConceptDecl() 784 Context.getSourceManager().getPresumedLoc(Dec in VisitClassTemplateSpecializationDecl() [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | SourceLocation.cpp | 69 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print() 110 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in PrintDifference() 183 PresumedLoc FullSourceLoc::getPresumedLoc(bool UseLineDirectives) const { in getPresumedLoc() function in FullSourceLoc 187 return SrcMgr->getPresumedLoc(*this, UseLineDirectives); in getPresumedLoc()
|
H A D | SourceManager.cpp | 1205 PresumedLoc PLoc = getPresumedLoc(Loc); in likelyhasbetween() 1411 PresumedLoc PLoc = getPresumedLoc(Loc); in getFileCharacteristic() 1452 /// Note that this name does not respect \#line directives. Use getPresumedLoc 1464 /// getPresumedLoc - This method returns the "presumed" location of a in getPresumedLoc() 1471 PresumedLoc SourceManager::getPresumedLoc(SourceLocation Loc, in getPresumedLoc() 1456 PresumedLoc SourceManager::getPresumedLoc(SourceLocation Loc, getPresumedLoc() function in SourceManager
|
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | FileIndexRecord.cpp | 60 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in print() 70 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in print()
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | RawCommentList.cpp | 421 PresumedLoc Loc = SourceMgr.getPresumedLoc(Tok.getLocation()); in getFormattedLines() 457 SourceMgr.getPresumedLoc(Tok.getLocation().getLocWithOffset(SkipLen)); in getFormattedLines() 463 PresumedLoc End = SourceMgr.getPresumedLoc(Tok.getLocation()); in getFormattedLines() 472 PresumedLoc End = SourceMgr.getPresumedLoc(Tok.getLocation()); in getFormattedLines()
|
H A D | JSONNodeDumper.cpp | 268 writeIncludeStack(SM.getPresumedLoc(Loc.getIncludeLoc())); in writeBareSourceLocation() 278 PresumedLoc Presumed = SM.getPresumedLoc(Loc); in writeBareSourceLocation() 310 writeIncludeStack(SM.getPresumedLoc(Presumed.getIncludeLoc()), in createPointerRepresentation()
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 119 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc); in emitDiagnostic() 195 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc); in emitIncludeStackRecursively() 236 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc); in emitImportStackRecursively() 251 emitBuildingModuleLocation(I.second, I.second.getPresumedLoc( in emitModuleBuildStack()
|
H A D | HeaderIncludeGen.cpp | 211 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged() 305 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged()
|
H A D | PrintPreprocessedOutput.cpp | 210 PresumedLoc PLoc = SM.getPresumedLoc(Tok.getLocation()); in MoveToLine() 220 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in LineMarkersAreDisabled() 353 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged() 1143 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
|
H A D | LogDiagnosticPrinter.cpp | 144 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic()
|
H A D | SerializedDiagnosticPrinter.cpp | 219 AddLocToRecord(Loc, Loc.hasManager() ? Loc.getPresumedLoc() : PresumedLoc(), in AddLocToRecord() 734 PresumedLoc PLoc = Loc.hasManager() ? Loc.getPresumedLoc() : PresumedLoc(); in emitNote()
|
H A D | FrontendActions.cpp | 561 TheSema.getSourceManager().getPresumedLoc(Inst.Entity->getLocation()); in ExecuteAction() 567 TheSema.getSourceManager().getPresumedLoc(Inst.PointOfInstantiation);
|
H A D | TextDiagnostic.cpp | 1327 unsigned DisplayLineNo = Loc.getPresumedLoc().getLine(); in emitParseableFixits() 1533 PresumedLoc PLoc = SM.getPresumedLoc(BLoc);
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | JsonSupport.h | 92 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
|
H A D | SourceManager.h | 1449 /// getPresumedLoc for normal clients. 1477 PresumedLoc getPresumedLoc(SourceLocation Loc, 1507 PresumedLoc Presumed = getPresumedLoc(Loc); in isWrittenInBuiltinFile() 1516 PresumedLoc Presumed = getPresumedLoc(Loc); in isWrittenInCommandLineFile() 1525 PresumedLoc Presumed = getPresumedLoc(Loc); in isWrittenInScratchSpace()
|
H A D | SourceLocation.h | 393 PresumedLoc getPresumedLoc(bool UseLineDirectives = true) const;
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | AnalyzerStatsChecker.cpp | 93 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in checkEndAnalysis()
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1674 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() 1683 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() 1690 PLoc = SourceMgr.getPresumedLoc(NextLoc); in ExpandBuiltinMacro() 1738 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() 1740 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro() 1742 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
|
H A D | Pragma.cpp | 496 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader()
|
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | ExtractAPIConsumer.cpp | 331 PresumedLoc Loc = SM.getPresumedLoc(PM.MacroNameToken.getLocation()); in EndOfMainFile()
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 198 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in DisplayFunction()
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 360 PresumedLoc Loc = Ctx.getSourceManager().getPresumedLoc(D->getLocation()); in getFunctionName()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 125 m_source_mgr.getPresumedLoc(import_location).getFilename(); in moduleImport()
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 199 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc); in setLocation() 413 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getOrCreateFile() 495 return SM.getPresumedLoc(Loc).getLine(); in getColumnNumber() 507 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getCurrentDirname() 5866 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in finalize()
|
H A D | CodeGenModule.cpp | 3304 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationArgs() 3312 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationArgs() 7747 PresumedLoc PLoc = SM.getPresumedLoc(D->getLocation()); 7760 PLoc = SM.getPresumedLoc(D->getLocation(), /*UseLineDirectives=*/false);
|