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