HomeSort by relevance Sort by last modified time
    Searched defs:SuppressUnwrittenScope (Results 1 - 2 of 2) sorted by null

  /external/clang/unittests/AST/
NamedDeclPrinterTest.cpp 34 bool SuppressUnwrittenScope;
37 explicit PrintMatch(bool suppressUnwrittenScope)
38 : NumFoundDecls(0), SuppressUnwrittenScope(suppressUnwrittenScope) {}
50 Policy.SuppressUnwrittenScope = SuppressUnwrittenScope;
65 bool SuppressUnwrittenScope,
68 PrintMatch Printer(SuppressUnwrittenScope);
101 /*SuppressUnwrittenScope*/ false,
113 /*SuppressUnwrittenScope*/ true
    [all...]
  /external/clang/include/clang/AST/
PrettyPrinter.h 40 SuppressUnwrittenScope(false), SuppressInitializers(false),
94 bool SuppressUnwrittenScope : 1;

Completed in 140 milliseconds