/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 289 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitVarDecl() 362 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitFunctionDecl() 400 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitEnumDecl() 531 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitNamespaceDecl() 564 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitRecordDecl() 605 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitCXXRecordDecl() 658 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitCXXMethodDecl() 719 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitCXXConstructorDecl() 753 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitCXXDestructorDecl() 784 Context.getSourceManager().getPresumedLoc(Decl->getLocation()); in VisitConceptDecl() [all …]
|
/freebsd/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/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 | PrintPreprocessedOutput.cpp | 210 PresumedLoc PLoc = SM.getPresumedLoc(Tok.getLocation()); in MoveToLine() 220 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() 353 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged() 1143 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput()
|
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 getTemplightEntry() 567 TheSema.getSourceManager().getPresumedLoc(Inst.PointOfInstantiation); in getTemplightEntry()
|
H A D | TextDiagnostic.cpp | 1327 unsigned DisplayLineNo = Loc.getPresumedLoc().getLine(); in emitSnippetAndCaret() 1533 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | AnalyzerStatsChecker.cpp | 93 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in checkEndAnalysis()
|
/freebsd/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()
|
H A D | PPDirectives.cpp | 1578 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 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/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | ExtractAPIConsumer.cpp | 331 PresumedLoc Loc = SM.getPresumedLoc(PM.MacroNameToken.getLocation()); in EndOfMainFile()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 198 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in DisplayFunction()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 268 writeIncludeStack(SM.getPresumedLoc(Loc.getIncludeLoc())); in writeIncludeStack() 278 PresumedLoc Presumed = SM.getPresumedLoc(Loc); in writeBareSourceLocation() 310 writeIncludeStack(SM.getPresumedLoc(Presumed.getIncludeLoc()), in writeBareSourceLocation()
|
H A D | TextNodeDumper.cpp | 769 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in dumpLocation()
|
H A D | TypePrinter.cpp | 1477 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | SourceManager.cpp | 1205 PresumedLoc PLoc = getPresumedLoc(Loc); in getPresumedColumnNumber() 1411 PresumedLoc PLoc = getPresumedLoc(Loc); in getPresumedLineNumber() 1471 PresumedLoc SourceManager::getPresumedLoc(SourceLocation Loc, in getPresumedLoc() function in SourceManager
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 360 PresumedLoc Loc = Ctx.getSourceManager().getPresumedLoc(D->getLocation()); in getFunctionName()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 125 m_source_mgr.getPresumedLoc(import_location).getFilename(); in moduleImport()
|
/freebsd/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 getLineNumber() 507 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber() 5866 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in AddStringLiteralDebugInfo()
|
H A D | CodeGenModule.cpp | 3304 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit() 3312 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo() 7747 PresumedLoc PLoc = SM.getPresumedLoc(D->getLocation()); in printPostfixForExternalizedDecl() 7760 PLoc = SM.getPresumedLoc(D->getLocation(), /*UseLineDirectives=*/false); in printPostfixForExternalizedDecl()
|
H A D | CGOpenMPRuntime.cpp | 1360 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in getIdentStringFromSourceLocation() 1381 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in emitUpdateLocation() 1549 PresumedLoc PLoc = SM.getPresumedLoc(BeginLoc); in getEntryInfoFromPresumedLoc() 1553 PLoc = SM.getPresumedLoc(BeginLoc, /*UseLineDirectives=*/false); in getEntryInfoFromPresumedLoc() 8870 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in emitMappingInformation()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 1627 PresumedLoc PLoc = SM->getPresumedLoc(Loc); in ConvertSourceLocationToLineDirective() 3062 PresumedLoc PLoc = SM->getPresumedLoc(Location); in RewriteLineDirective()
|