OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:statisticsenabled
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/AST/
Stmt.cpp
91
bool Stmt::
StatisticsEnabled
= false;
93
StatisticsEnabled
= true;
[
all
...]
DeclBase.cpp
131
bool Decl::
StatisticsEnabled
= false;
133
StatisticsEnabled
= true;
[
all
...]
/external/clang/include/clang/AST/
DeclBase.h
277
static bool
StatisticsEnabled
;
336
if (
StatisticsEnabled
) add(DK);
346
if (
StatisticsEnabled
) add(DK);
[
all
...]
Stmt.h
323
static bool
StatisticsEnabled
;
334
if (
StatisticsEnabled
) Stmt::addStmtClass(SC);
[
all
...]
Completed in 319 milliseconds