Home
last modified time | relevance | path

Searched refs:ShowStats (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendOptions.h281 unsigned ShowStats : 1; variable
508 ShowStats(false), TimeTrace(false), ShowVersion(false), in FrontendOptions()
/llvm-project-15.0.7/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp210 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats, in ExecuteAction()
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/
H A DIncludeFixer.cpp57 clang::ParseAST(Compiler->getSema(), Compiler->getFrontendOpts().ShowStats, in ExecuteAction()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp1086 if (CI.getFrontendOpts().ShowStats) { in EndSourceFile()
1144 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats, in ExecuteAction()
H A DCompilerInstance.cpp1025 if (getFrontendOpts().ShowStats || !getFrontendOpts().StatsFile.empty()) in ExecuteAction()
1067 if (getFrontendOpts().ShowStats) { in ExecuteAction()
H A DCompilerInvocation.cpp472 if (FrontendOpts.ShowStats) in FixupInvocation()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5901 MarshallingInfoFlag<FrontendOpts<"ShowStats">>;