Searched refs:PrintStats (Results 1 - 25 of 48) sorted by relevance

12

/external/clang/lib/Parse/
H A DParseAST.cpp41 ASTContext &Ctx, bool PrintStats,
53 ParseAST(*S.get(), PrintStats, SkipFunctionBodies);
56 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { argument
58 if (PrintStats) {
64 bool OldCollectStats = PrintStats;
114 if (PrintStats) {
116 P.getActions().PrintStats();
117 S.getASTContext().PrintStats();
118 Decl::PrintStats();
119 Stmt::PrintStats();
40 ParseAST(Preprocessor &PP, ASTConsumer *Consumer, ASTContext &Ctx, bool PrintStats, TranslationUnitKind TUKind, CodeCompleteConsumer *CompletionConsumer, bool SkipFunctionBodies) argument
[all...]
/external/clang/include/clang/Parse/
H A DParseAST.h37 ASTContext &Ctx, bool PrintStats = false,
44 void ParseAST(Sema &S, bool PrintStats = false,
/external/llvm/include/llvm/Support/
H A DRecyclingAllocator.h54 void PrintStats() { Base.PrintStats(); } function in class:llvm::RecyclingAllocator
H A DAllocator.h48 void PrintStats() const {} function in class:llvm::MallocAllocator
179 void PrintStats() const;
H A DRecycler.h111 void PrintStats() { function in class:llvm::Recycler
/external/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h97 void PrintStats() const;
/external/clang/lib/AST/
H A DExternalASTSource.cpp23 void ExternalASTSource::PrintStats() { } function in class:ExternalASTSource
/external/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h153 unsigned PrintStats : 1;
233 PrintStats = 0;
/external/clang/include/clang/AST/
H A DASTConsumer.h119 /// PrintStats - If desired, print any statistics.
120 virtual void PrintStats() {} function in class:clang::ASTConsumer
H A DExternalASTSource.h208 virtual void PrintStats();
/external/clang/include/clang/Frontend/
H A DChainedIncludesSource.h57 virtual void PrintStats();
H A DMultiplexConsumer.h49 virtual void PrintStats();
/external/clang/lib/Frontend/
H A DFrontendAction.cpp377 CI.getPreprocessor().PrintStats();
378 CI.getPreprocessor().getIdentifierTable().PrintStats();
379 CI.getPreprocessor().getHeaderSearchInfo().PrintStats();
380 CI.getSourceManager().PrintStats();
H A DChainedIncludesSource.cpp214 void ChainedIncludesSource::PrintStats() { function in class:ChainedIncludesSource
215 return getFinalReader().PrintStats();
H A DMultiplexConsumer.cpp261 void MultiplexConsumer::PrintStats() { function in class:MultiplexConsumer
263 Consumers[i]->PrintStats();
/external/clang/include/clang/Basic/
H A DFileManager.h256 void PrintStats() const;
H A DIdentifierTable.h515 void PrintStats() const;
/external/llvm/lib/Support/
H A DAllocator.cpp147 void BumpPtrAllocator::PrintStats() const { function in class:llvm::BumpPtrAllocator
/external/v8/src/
H A Dglobal-handles.h234 void PrintStats();
/external/clang/lib/Basic/
H A DIdentifierTable.cpp254 /// PrintStats - Print statistics about how well the identifier table is doing
256 void IdentifierTable::PrintStats() const { function in class:IdentifierTable
282 HashTable.getAllocator().PrintStats();
/external/clang/include/clang/Lex/
H A DHeaderSearch.h530 void PrintStats();
/external/quake/quake/src/WinQuake/
H A Dnet_dgrm.cpp468 void PrintStats(qsocket_t *s) function
496 PrintStats(s);
498 PrintStats(s);
511 PrintStats(s);
/external/valgrind/tsan/
H A Dts_stats.h86 void PrintStats() { function in struct:Stats
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp171 if (Opts->PrintStats) {
178 if (Opts->PrintStats)
/external/clang/lib/Sema/
H A DSema.cpp238 void Sema::PrintStats() const { function in class:Sema
242 BumpAlloc.PrintStats();
243 AnalysisWarnings.PrintStats();

Completed in 8059 milliseconds

12