Searched defs:TotalBytes (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp832 unsigned TotalBytes = 0; local
837 TotalBytes += counts[Idx] * sizeof(Name##Type); \
842 llvm::errs() << "Total bytes = " << TotalBytes << "\n";

Completed in 722 milliseconds