Searched refs:HasFunScope (Results 1 – 2 of 2) sorted by relevance
369 bool HasFunScope = false; member in __anonc32d36300311::FNContextRAII393 HasFunScope = D->isFunctionOrFunctionTemplate(); in FNContextRAII()395 HasFunScope); in FNContextRAII()396 if (HasFunScope) in FNContextRAII()400 if (HasFunScope) { in ~FNContextRAII()
1245 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute() local1246 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope, HasFunScope); in ParseLexedAttribute()1247 if (HasFunScope) in ParseLexedAttribute()1254 if (HasFunScope) { in ParseLexedAttribute()