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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp172 int totalDecls = 0; local
173 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s;
176 llvm::errs() << " " << totalDecls << " decls total.\n";

Completed in 45 milliseconds