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

  /external/clang/lib/Lex/
Preprocessor.cpp 87 NumMacroExpanded = NumFnMacroExpanded = NumBuiltinMacroExpanded = 0;
262 llvm::errs() << NumMacroExpanded << "/" << NumFnMacroExpanded << "/"
    [all...]
PPMacroExpansion.cpp 460 ++NumFnMacroExpanded;
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 574 unsigned NumMacroExpanded, NumFnMacroExpanded, NumBuiltinMacroExpanded;
    [all...]

Completed in 37 milliseconds