Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h283 static bool StatisticsEnabled; variable
342 if (StatisticsEnabled) add(DK); in Decl()
352 if (StatisticsEnabled) add(DK); in Decl()
DStmt.h335 static bool StatisticsEnabled; in LLVM_ALIGNAS()
346 if (StatisticsEnabled) Stmt::addStmtClass(SC); in LLVM_ALIGNAS()
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h313 static bool StatisticsEnabled; variable
387 if (StatisticsEnabled) add(DK); in Decl()
396 if (StatisticsEnabled) add(DK); in Decl()
DStmt.h1140 static bool StatisticsEnabled;
1159 if (StatisticsEnabled) Stmt::addStmtClass(SC); in Stmt()
/external/clang/lib/AST/
DStmt.cpp91 bool Stmt::StatisticsEnabled = false; member in Stmt
93 StatisticsEnabled = true; in EnableStatistics()
DDeclBase.cpp132 bool Decl::StatisticsEnabled = false; member in Decl
134 StatisticsEnabled = true; in EnableStatistics()
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp164 bool Decl::StatisticsEnabled = false; member in Decl
166 StatisticsEnabled = true; in EnableStatistics()
DStmt.cpp128 bool Stmt::StatisticsEnabled = false; member in Stmt
130 StatisticsEnabled = true; in EnableStatistics()