OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StatisticsEnabled
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
313
static bool
StatisticsEnabled
;
387
if (
StatisticsEnabled
) add(DK);
396
if (
StatisticsEnabled
) add(DK);
Stmt.h
1140
static bool
StatisticsEnabled
;
1159
if (
StatisticsEnabled
) Stmt::addStmtClass(SC);
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
164
bool Decl::
StatisticsEnabled
= false;
166
StatisticsEnabled
= true;
Stmt.cpp
128
bool Stmt::
StatisticsEnabled
= false;
130
StatisticsEnabled
= true;
Completed in 22 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026