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

/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp746 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); local
747 if (HasFunScope) {
757 if (HasFunScope)
H A DParseOpenMP.cpp668 bool HasFunScope = false; member in class:__anon675::final
690 HasFunScope = true;
697 if (HasFunScope)

Completed in 133 milliseconds