Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h289 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 DFileIndexRecord.cpp60 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in print()
70 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in print()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp119 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 DPrintPreprocessedOutput.cpp210 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 DSerializedDiagnosticPrinter.cpp219 AddLocToRecord(Loc, Loc.hasManager() ? Loc.getPresumedLoc() : PresumedLoc(), in AddLocToRecord()
734 PresumedLoc PLoc = Loc.hasManager() ? Loc.getPresumedLoc() : PresumedLoc(); in emitNote()
H A DFrontendActions.cpp561 TheSema.getSourceManager().getPresumedLoc(Inst.Entity->getLocation()); in getTemplightEntry()
567 TheSema.getSourceManager().getPresumedLoc(Inst.PointOfInstantiation); in getTemplightEntry()
H A DTextDiagnostic.cpp1327 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 DAnalyzerStatsChecker.cpp93 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in checkEndAnalysis()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1674 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 DPragma.cpp496 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader()
H A DPPDirectives.cpp1578 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1477 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 DSourceLocation.h393 PresumedLoc getPresumedLoc(bool UseLineDirectives = true) const;
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp331 PresumedLoc Loc = SM.getPresumedLoc(PM.MacroNameToken.getLocation()); in EndOfMainFile()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp198 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in DisplayFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp268 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 DTextNodeDumper.cpp769 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in dumpLocation()
H A DTypePrinter.cpp1477 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1205 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 DAnalysisDeclContext.cpp360 PresumedLoc Loc = Ctx.getSourceManager().getPresumedLoc(D->getLocation()); in getFunctionName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp125 m_source_mgr.getPresumedLoc(import_location).getFilename(); in moduleImport()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp199 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 DCodeGenModule.cpp3304 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 DCGOpenMPRuntime.cpp1360 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 DRewriteModernObjC.cpp1627 PresumedLoc PLoc = SM->getPresumedLoc(Loc); in ConvertSourceLocationToLineDirective()
3062 PresumedLoc PLoc = SM->getPresumedLoc(Location); in RewriteLineDirective()

12