Home | History | Annotate | Download | only in Parse

Lines Matching refs:TemplateScope

825     bool TemplateScope;
828 : Self(P), D(MD), TemplateScope(false) {}
858 : Self(P), Method(M), TemplateScope(false), ExceptionSpecTokens(0) { }
870 bool TemplateScope;
916 : TopLevelClass(TopLevelClass), TemplateScope(false),
926 bool TemplateScope : 1;