Home | History | Annotate | Download | only in AST

Lines Matching defs:totalBytes

114   int totalBytes = 0;
117 totalBytes += (int)(n##DERIVED##s * sizeof(DERIVED##Decl)); \
126 llvm::errs() << "Total bytes = " << totalBytes << "\n";