Home
last modified time | relevance | path

Searched refs:StatisticsEnabled (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DDeclBase.h277 static bool StatisticsEnabled; variable
336 if (StatisticsEnabled) add(DK); in Decl()
346 if (StatisticsEnabled) add(DK); in Decl()
DStmt.h323 static bool StatisticsEnabled; in LLVM_ALIGNAS()
334 if (StatisticsEnabled) Stmt::addStmtClass(SC); in LLVM_ALIGNAS()
/external/clang/lib/AST/
DStmt.cpp91 bool Stmt::StatisticsEnabled = false; member in Stmt
93 StatisticsEnabled = true; in EnableStatistics()
DDeclBase.cpp131 bool Decl::StatisticsEnabled = false; member in Decl
133 StatisticsEnabled = true; in EnableStatistics()