HomeSort by relevance Sort by last modified time
    Searched refs:SuppressInitializers (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
PrettyPrinter.h 39 SuppressInitializers(false),
98 /// SuppressInitializers will be true when printing "auto x", so that the
100 bool SuppressInitializers : 1;
  /external/clang/lib/AST/
DeclPrinter.cpp 587 if (!Policy.SuppressInitializers && Init) {
614 if (!Policy.SuppressInitializers && Init) {
StmtPrinter.cpp 299 SubPolicy.SuppressInitializers = true;
    [all...]

Completed in 853 milliseconds