OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SuppressInitializers
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/AST/
PrettyPrinter.h
40
SuppressUnwrittenScope(false),
SuppressInitializers
(false),
104
///
SuppressInitializers
will be true when printing "auto x", so that the
106
bool
SuppressInitializers
: 1;
/external/clang/lib/AST/
DeclPrinter.cpp
631
if (!Policy.
SuppressInitializers
&& Init) {
675
if (!Policy.
SuppressInitializers
&& Init) {
[
all
...]
StmtPrinter.cpp
327
SubPolicy.
SuppressInitializers
= true;
[
all
...]
Completed in 649 milliseconds