Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1025 unsigned NumLexicalDeclContextsRead = 0, TotalLexicalDeclContexts = 0; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7565 ++NumLexicalDeclContextsRead; in FindExternalLexicalDecls()
7786 NumLexicalDeclContextsRead, TotalLexicalDeclContexts, in PrintStats()
7787 ((float)NumLexicalDeclContextsRead/TotalLexicalDeclContexts in PrintStats()