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 86 NumMacroExpanded = NumFnMacroExpanded = NumBuiltinMacroExpanded = 0;
256 llvm::errs() << NumMacroExpanded << "/" << NumFnMacroExpanded << "/"
PPMacroExpansion.cpp 267 ++NumFnMacroExpanded;
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 397 unsigned NumMacroExpanded, NumFnMacroExpanded, NumBuiltinMacroExpanded;
    [all...]

Completed in 44 milliseconds