Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp280 llvm::errs() << NumSkipped << " #if/#ifndef#ifdef regions skipped\n"; in PrintStats()
H A DPPDirectives.cpp441 ++NumSkipped; in SkipExcludedConditionalBlock()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h813 unsigned NumSkipped = 0; variable