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

  /external/clang/include/clang/Frontend/
FrontendOptions.h 129 unsigned ShowStats : 1; ///< Show frontend performance
277 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /art/tools/jfuzz/
run_jfuzz_test.py 410 self.ShowStats()
413 self.ShowStats()
419 def ShowStats(self):
  /external/clang/lib/Frontend/
FrontendAction.cpp 500 if (CI.getFrontendOpts().ShowStats) {
556 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats,
CompilerInstance.cpp 866 if (getFrontendOpts().ShowStats)
    [all...]
CompilerInvocation.cpp     [all...]
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 210 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats,

Completed in 142 milliseconds