Searched refs:NumFastMacroExpanded (Results 1 – 3 of 3) sorted by relevance
91 NumFastMacroExpanded = NumTokenPaste = NumFastTokenPaste = 0; in Preprocessor()267 << NumFastMacroExpanded << " on the fast path.\n"; in PrintStats()
519 ++NumFastMacroExpanded; in HandleMacroExpandedIdentifier()565 ++NumFastMacroExpanded; in HandleMacroExpandedIdentifier()
582 unsigned NumFastMacroExpanded, NumTokenPaste, NumFastTokenPaste; variable