Searched refs:NumFastMacroExpanded (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Lex/
H A DPreprocessor.cpp82 NumFastMacroExpanded = NumTokenPaste = NumFastTokenPaste = 0;
245 << NumFastMacroExpanded << " on the fast path.\n"; local
H A DPPMacroExpansion.cpp333 ++NumFastMacroExpanded;
380 ++NumFastMacroExpanded;
/external/clang/include/clang/Lex/
H A DPreprocessor.h339 unsigned NumFastMacroExpanded, NumTokenPaste, NumFastTokenPaste; member in class:clang::Preprocessor

Completed in 34 milliseconds