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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp178 int totalBytes = 0; local
181 totalBytes += (int)(n##DERIVED##s * sizeof(DERIVED##Decl)); \
190 llvm::errs() << "Total bytes = " << totalBytes << "\n";

Completed in 97 milliseconds