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