Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseOpenMP.cpp369 bool HasFunScope = false; member in __anonc32d36300311::FNContextRAII
393 HasFunScope = D->isFunctionOrFunctionTemplate(); in FNContextRAII()
395 HasFunScope); in FNContextRAII()
396 if (HasFunScope) in FNContextRAII()
400 if (HasFunScope) { in ~FNContextRAII()
DParseDecl.cpp1245 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute() local
1246 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope, HasFunScope); in ParseLexedAttribute()
1247 if (HasFunScope) in ParseLexedAttribute()
1254 if (HasFunScope) { in ParseLexedAttribute()