Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h313 static bool StatisticsEnabled; variable
387 if (StatisticsEnabled) add(DK); in Decl()
396 if (StatisticsEnabled) add(DK); in Decl()
H A DStmt.h1140 static bool StatisticsEnabled;
1159 if (StatisticsEnabled) Stmt::addStmtClass(SC); in Stmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp164 bool Decl::StatisticsEnabled = false; member in Decl
166 StatisticsEnabled = true; in EnableStatistics()
H A DStmt.cpp128 bool Stmt::StatisticsEnabled = false; member in Stmt
130 StatisticsEnabled = true; in EnableStatistics()