Home
last modified time | relevance | path

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

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