Home
last modified time | relevance | path

Searched refs:HasFunScope (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Parse/
DParseDecl.cpp1186 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute() local
1187 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope, HasFunScope); in ParseLexedAttribute()
1188 if (HasFunScope) in ParseLexedAttribute()
1195 if (HasFunScope) { in ParseLexedAttribute()