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

  /external/clang/include/clang/AST/
DeclBase.h 277 static bool StatisticsEnabled;
336 if (StatisticsEnabled) add(DK);
346 if (StatisticsEnabled) add(DK);
    [all...]
Stmt.h 323 static bool StatisticsEnabled;
334 if (StatisticsEnabled) Stmt::addStmtClass(SC);
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 91 bool Stmt::StatisticsEnabled = false;
93 StatisticsEnabled = true;
    [all...]
DeclBase.cpp 131 bool Decl::StatisticsEnabled = false;
133 StatisticsEnabled = true;
    [all...]

Completed in 162 milliseconds