Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp107 int totalDecls = 0; in PrintStats() local
108 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats()
111 llvm::errs() << " " << totalDecls << " decls total.\n"; in PrintStats()