Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp140 int totalDecls = 0; in PrintStats() local
141 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats()
144 llvm::errs() << " " << totalDecls << " decls total.\n"; in PrintStats()
/external/llvm-project/clang/lib/AST/
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()