Searched refs:isFunctionScope (Results 1 – 8 of 8) sorted by relevance
384 bool isFunctionScope() const { return getFlags() & Scope::FnScope; } in isFunctionScope() function
130 if (S->getParent()->isControlScope() && !S->isFunctionScope()) { in isDeclInScope()
297 if (S->isFunctionScope()) { in ActOnSuperScopeSpecifier()
758 while (S && !S->isFunctionScope()) { in isWithinCatchScope()
3181 bool isFunctionScope = Owner->isFunctionOrMethod(); in VisitBaseUsingDecls() local3217 if (isFunctionScope) in VisitBaseUsingDecls()
8565 if (!getCurScope()->isFunctionScope()) { in CheckVariableDeclarationType()
2224 if (S->isFunctionScope()) { in handleUnexpectedCodeCompletionToken()
3439 if (S->isFunctionScope()) in ParseCXXMemberSpecification()