Searched refs:isFunctionScope (Results 1 – 8 of 8) sorted by relevance
381 bool isFunctionScope() const { return getFlags() & Scope::FnScope; } in isFunctionScope() function
126 if (S->getParent()->isControlScope() && !S->isFunctionScope()) { in isDeclInScope()
297 if (S->isFunctionScope()) { in ActOnSuperScopeSpecifier()
758 while (S && !S->isFunctionScope()) { in isWithinCatchScope()
3116 bool isFunctionScope = Owner->isFunctionOrMethod(); in VisitBaseUsingDecls() local3152 if (isFunctionScope) in VisitBaseUsingDecls()
8440 if (!getCurScope()->isFunctionScope()) { in CheckVariableDeclarationType()
2181 if (S->isFunctionScope()) { in handleUnexpectedCodeCompletionToken()
3346 if (S->isFunctionScope()) in ParseCXXMemberSpecification()