Searched refs:isFunctionScope (Results 1 – 9 of 9) sorted by relevance
389 bool isFunctionScope() const { return getFlags() & Scope::FnScope; } in isFunctionScope() function
135 if (S->getParent()->isControlScope() && !S->isFunctionScope()) { in isDeclInScope()
321 if (S->isFunctionScope()) { in ActOnSuperScopeSpecifier()
846 while (S && !S->isFunctionScope()) { in isWithinCatchScope()
3253 bool isFunctionScope = Owner->isFunctionOrMethod(); in VisitBaseUsingDecls() local3289 if (isFunctionScope) in VisitBaseUsingDecls()
8773 if (!getCurScope()->isFunctionScope()) { in CheckVariableDeclarationType()
741 bool isFunctionScope() const {3541 if (!IRP.isFunctionScope() &&3911 if (!IRP.isFunctionScope() &&4636 if (!IRP.isFunctionScope() &&4716 if (!IRP.isFunctionScope() &&
2273 if (S->isFunctionScope()) { in handleUnexpectedCodeCompletionToken()
3499 if (S->isFunctionScope()) in ParseCXXMemberSpecification()