Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp90 NumMacroExpanded = NumFnMacroExpanded = NumBuiltinMacroExpanded = 0; in Preprocessor()
266 << NumBuiltinMacroExpanded << " obj/fn/builtin macros expanded, " in PrintStats()
DPPMacroExpansion.cpp1552 ++NumBuiltinMacroExpanded; in ExpandBuiltinMacro()
/external/clang/include/clang/Lex/
DPreprocessor.h581 unsigned NumMacroExpanded, NumFnMacroExpanded, NumBuiltinMacroExpanded; variable