Home | History | Annotate | Download | only in AST

Lines Matching defs:SuppressUnwrittenScope

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,