Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp574 ++NumFastMacroExpanded; in HandleMacroExpandedIdentifier()
620 ++NumFastMacroExpanded; in HandleMacroExpandedIdentifier()
H A DPreprocessor.cpp284 << NumFastMacroExpanded << " on the fast path.\n"; in PrintStats()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h810 unsigned NumFastMacroExpanded = 0; variable