Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1183 unsigned NumLexicalDeclContextsRead = 0, TotalLexicalDeclContexts = 0; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8467 ++NumLexicalDeclContextsRead; in FindExternalLexicalDecls()
8752 NumLexicalDeclContextsRead, TotalLexicalDeclContexts, in PrintStats()
8753 ((float)NumLexicalDeclContextsRead/TotalLexicalDeclContexts in PrintStats()