Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp485 bool HasFunScope = false; member in __anonbf7bccdd0411::FNContextRAII
509 HasFunScope = D->isFunctionOrFunctionTemplate(); in FNContextRAII()
512 HasFunScope); in FNContextRAII()
513 if (HasFunScope) in FNContextRAII()
517 if (HasFunScope) { in ~FNContextRAII()
H A DParseDecl.cpp1440 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute() local
1443 HasFunScope); in ParseLexedAttribute()
1444 if (HasFunScope) in ParseLexedAttribute()
1451 if (HasFunScope) { in ParseLexedAttribute()