Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp724 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute() local
725 if (HasFunScope) { in ParseLexedAttribute()
735 if (HasFunScope) in ParseLexedAttribute()
H A DParseOpenMP.cpp659 bool HasFunScope = false; member in __anon406c2d820511::FNContextRAII
681 HasFunScope = true; in FNContextRAII()
688 if (HasFunScope) in ~FNContextRAII()