Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/
DASTReader.h808 unsigned NumLexicalDeclContextsRead, TotalLexicalDeclContexts; variable
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp5615 ++NumLexicalDeclContextsRead; in FindExternalLexicalDecls()
6023 NumLexicalDeclContextsRead, TotalLexicalDeclContexts, in PrintStats()
6024 ((float)NumLexicalDeclContextsRead/TotalLexicalDeclContexts in PrintStats()
7606 NumLexicalDeclContextsRead(0), TotalLexicalDeclContexts(0), in ASTReader()