Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp288 llvm::errs() << " " << NumIf << " #if/#ifndef/#ifdef.\n"; in PrintStats()
H A DPPDirectives.cpp3230 ++NumIf; in HandleIfdefDirective()
3307 ++NumIf; in HandleIfDirective()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h937 unsigned NumIf = 0; variable