Home
last modified time | relevance | path

Searched refs:NumFastMacroExpanded (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Lex/
DPreprocessor.cpp91 NumFastMacroExpanded = NumTokenPaste = NumFastTokenPaste = 0; in Preprocessor()
267 << NumFastMacroExpanded << " on the fast path.\n"; in PrintStats()
DPPMacroExpansion.cpp519 ++NumFastMacroExpanded; in HandleMacroExpandedIdentifier()
565 ++NumFastMacroExpanded; in HandleMacroExpandedIdentifier()
/external/llvm-project/clang/lib/Lex/
DPPMacroExpansion.cpp572 ++NumFastMacroExpanded; in HandleMacroExpandedIdentifier()
618 ++NumFastMacroExpanded; in HandleMacroExpandedIdentifier()
DPreprocessor.cpp288 << NumFastMacroExpanded << " on the fast path.\n"; in PrintStats()
/external/clang/include/clang/Lex/
DPreprocessor.h582 unsigned NumFastMacroExpanded, NumTokenPaste, NumFastTokenPaste; variable
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h810 unsigned NumFastMacroExpanded = 0; variable