Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h314 static bool StatisticsEnabled; variable
389 if (StatisticsEnabled) add(DK); in Decl()
398 if (StatisticsEnabled) add(DK); in Decl()
H A DStmt.h1155 static bool StatisticsEnabled;
1174 if (StatisticsEnabled) Stmt::addStmtClass(SC); in Stmt()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmt.cpp129 bool Stmt::StatisticsEnabled = false; member in Stmt
131 StatisticsEnabled = true; in EnableStatistics()
H A DDeclBase.cpp173 bool Decl::StatisticsEnabled = false; member in Decl
175 StatisticsEnabled = true; in EnableStatistics()