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 84 NumFastMacroExpanded = NumTokenPaste = NumFastTokenPaste = 0;
243 << NumFastMacroExpanded << " on the fast path.\n";
PPMacroExpansion.cpp 323 ++NumFastMacroExpanded;
369 ++NumFastMacroExpanded;
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 380 unsigned NumFastMacroExpanded, NumTokenPaste, NumFastTokenPaste;
    [all...]

Completed in 451 milliseconds