Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1025 unsigned NumLexicalDeclContextsRead = 0, TotalLexicalDeclContexts = 0; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp3285 TotalLexicalDeclContexts += Record[2]; in ReadASTBlock()
7757 if (TotalLexicalDeclContexts) in PrintStats()
7759 NumLexicalDeclContextsRead, TotalLexicalDeclContexts, in PrintStats()
7760 ((float)NumLexicalDeclContextsRead/TotalLexicalDeclContexts in PrintStats()