Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1057 unsigned NumLexicalDeclContextsRead = 0, TotalLexicalDeclContexts = 0; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7878 ++NumLexicalDeclContextsRead; in FindExternalLexicalDecls()
8093 NumLexicalDeclContextsRead, TotalLexicalDeclContexts, in PrintStats()
8094 ((float)NumLexicalDeclContextsRead/TotalLexicalDeclContexts in PrintStats()