Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h320 static bool StatisticsEnabled; variable
399 if (StatisticsEnabled) add(DK); in Decl()
408 if (StatisticsEnabled) add(DK); in Decl()
H A DStmt.h1461 static bool StatisticsEnabled;
1480 if (StatisticsEnabled) Stmt::addStmtClass(SC);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp138 bool Stmt::StatisticsEnabled = false; member in Stmt
140 StatisticsEnabled = true; in EnableStatistics()
H A DDeclBase.cpp201 bool Decl::StatisticsEnabled = false; member in Decl
203 StatisticsEnabled = true; in EnableStatistics()