Searched refs:NumFastMacroExpanded (Results 1 – 3 of 3) sorted by relevance
84 NumFastMacroExpanded = NumTokenPaste = NumFastTokenPaste = 0; in Preprocessor()243 << NumFastMacroExpanded << " on the fast path.\n"; in PrintStats()
323 ++NumFastMacroExpanded; in HandleMacroExpandedIdentifier()369 ++NumFastMacroExpanded; in HandleMacroExpandedIdentifier()
380 unsigned NumFastMacroExpanded, NumTokenPaste, NumFastTokenPaste; variable