Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp172 int totalDecls = 0; in PrintStats() local
173 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats()
176 llvm::errs() << " " << totalDecls << " decls total.\n"; in PrintStats()