Searched refs:HasTemplateScope (Results 1 – 2 of 2) sorted by relevance
277 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMethodDeclarations() local278 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedMethodDeclarations()280 if (HasTemplateScope) { in ParseLexedMethodDeclarations()389 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMethodDefs() local390 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedMethodDefs()392 if (HasTemplateScope) { in ParseLexedMethodDefs()486 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMemberInitializers() local488 HasTemplateScope); in ParseLexedMemberInitializers()490 if (HasTemplateScope) { in ParseLexedMemberInitializers()
981 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedAttributes() local983 HasTemplateScope); in ParseLexedAttributes()984 if (HasTemplateScope) in ParseLexedAttributes()1062 bool HasTemplateScope = EnterScope && D->isTemplateDecl(); in ParseLexedAttribute() local1063 ParseScope TempScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedAttribute()1064 if (HasTemplateScope) in ParseLexedAttribute()1080 if (HasTemplateScope) { in ParseLexedAttribute()