Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h324 static bool StatisticsEnabled; variable
402 if (StatisticsEnabled) add(DK); in Decl()
411 if (StatisticsEnabled) add(DK); in Decl()
H A DStmt.h1336 static bool StatisticsEnabled;
1355 if (StatisticsEnabled) Stmt::addStmtClass(SC);
/src/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp130 bool Stmt::StatisticsEnabled = false; member in Stmt
132 StatisticsEnabled = true; in EnableStatistics()
H A DDeclBase.cpp195 bool Decl::StatisticsEnabled = false; member in Decl
197 StatisticsEnabled = true; in EnableStatistics()