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