reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp
  161 void MultiplexExternalSemaSource::PrintStats() {
tools/clang/lib/Serialization/ASTReader.cpp
 8136 void ASTReader::PrintStats() {
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.cpp
   13 void lldb_private::ExternalASTSourceWrapper::PrintStats() {
   23 void lldb_private::SemaSourceWithPriorities::PrintStats() {

Declarations

tools/clang/include/clang/AST/ExternalASTSource.h
  271   virtual void PrintStats();

References

tools/clang/lib/AST/ASTContext.cpp
 1029     ExternalSource->PrintStats();
tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp
  163     Sources[i]->PrintStats();
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.cpp
   14   m_Source->PrintStats();
   25     Sources[i]->PrintStats();