Home
last modified time | relevance | path

Searched refs:NumIf (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp2968 ++NumIf; in HandleIfdefDirective()
3043 ++NumIf; in HandleIfDirective()
H A DPreprocessor.cpp276 llvm::errs() << " " << NumIf << " #if/#ifndef/#ifdef.\n"; in PrintStats()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h802 unsigned NumIf = 0; variable