HomeSort by relevance Sort by last modified time
    Searched refs:NumFastMacroExpanded (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Lex/
Preprocessor.cpp 126 NumFastMacroExpanded = NumTokenPaste = NumFastTokenPaste = 0;
235 << NumFastMacroExpanded << " on the fast path.\n";
PPMacroExpansion.cpp 273 ++NumFastMacroExpanded;
317 ++NumFastMacroExpanded;
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 286 unsigned NumFastMacroExpanded, NumTokenPaste, NumFastTokenPaste;
    [all...]

Completed in 121 milliseconds