Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp86 NumMacroExpanded = NumFnMacroExpanded = NumBuiltinMacroExpanded = 0; in Preprocessor()
257 << NumBuiltinMacroExpanded << " obj/fn/builtin macros expanded, " in PrintStats()
H A DPPMacroExpansion.cpp1262 ++NumBuiltinMacroExpanded; in ExpandBuiltinMacro()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h397 unsigned NumMacroExpanded, NumFnMacroExpanded, NumBuiltinMacroExpanded; variable