Searched refs:HasFunScope (Results 1 – 1 of 1) sorted by relevance
1214 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute() local1215 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope, HasFunScope); in ParseLexedAttribute()1216 if (HasFunScope) in ParseLexedAttribute()1223 if (HasFunScope) { in ParseLexedAttribute()