Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h270 static bool StatisticsEnabled; variable
329 if (StatisticsEnabled) add(DK); in Decl()
339 if (StatisticsEnabled) add(DK); in Decl()
HDStmt.h342 static bool StatisticsEnabled; in LLVM_ALIGNAS()
353 if (StatisticsEnabled) Stmt::addStmtClass(SC); in LLVM_ALIGNAS()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp116 bool Decl::StatisticsEnabled = false; member in Decl
118 StatisticsEnabled = true; in EnableStatistics()
HDStmt.cpp90 bool Stmt::StatisticsEnabled = false; member in Stmt
92 StatisticsEnabled = true; in EnableStatistics()