Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp3275 ++NumIf; in HandleIfdefDirective()
3352 ++NumIf; in HandleIfDirective()
H A DPreprocessor.cpp281 llvm::errs() << " " << NumIf << " #if/#ifndef/#ifdef.\n"; in PrintStats()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1071 unsigned NumIf = 0; variable