Searched refs:HasTemplateScope (Results 1 – 3 of 3) sorted by relevance
275 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMethodDeclarations() local277 HasTemplateScope); in ParseLexedMethodDeclarations()279 if (HasTemplateScope) { in ParseLexedMethodDeclarations()478 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMethodDefs() local479 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedMethodDefs()481 if (HasTemplateScope) { in ParseLexedMethodDefs()583 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMemberInitializers() local585 HasTemplateScope); in ParseLexedMemberInitializers()587 if (HasTemplateScope) { in ParseLexedMemberInitializers()
368 bool HasTemplateScope = false; member in __anonc32d36300311::FNContextRAII386 HasTemplateScope = D->isTemplateDecl(); in FNContextRAII()388 new Parser::ParseScope(&P, Scope::TemplateParamScope, HasTemplateScope); in FNContextRAII()389 if (HasTemplateScope) in FNContextRAII()404 if (HasTemplateScope) in ~FNContextRAII()
1161 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedAttributes() local1163 HasTemplateScope); in ParseLexedAttributes()1164 if (HasTemplateScope) in ParseLexedAttributes()1239 bool HasTemplateScope = EnterScope && D->isTemplateDecl(); in ParseLexedAttribute() local1240 ParseScope TempScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedAttribute()1241 if (HasTemplateScope) in ParseLexedAttribute()1258 if (HasTemplateScope) { in ParseLexedAttribute()