Searched refs:StatisticsEnabled (Results 1 – 4 of 4) sorted by relevance
270 static bool StatisticsEnabled; variable329 if (StatisticsEnabled) add(DK); in Decl()339 if (StatisticsEnabled) add(DK); in Decl()
342 static bool StatisticsEnabled; in LLVM_ALIGNAS()353 if (StatisticsEnabled) Stmt::addStmtClass(SC); in LLVM_ALIGNAS()
116 bool Decl::StatisticsEnabled = false; member in Decl118 StatisticsEnabled = true; in EnableStatistics()
90 bool Stmt::StatisticsEnabled = false; member in Stmt92 StatisticsEnabled = true; in EnableStatistics()