Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp295 << NumBuiltinMacroExpanded << " obj/fn/builtin macros expanded, " in PrintStats()
H A DPPMacroExpansion.cpp1485 ++NumBuiltinMacroExpanded; in ExpandBuiltinMacro()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h944 unsigned NumBuiltinMacroExpanded = 0; variable