Searched refs:isFunctionScope (Results 1 – 8 of 8) sorted by relevance
408 bool isFunctionScope() const { return getFlags() & Scope::FnScope; } in isFunctionScope() function
742 bool isFunctionScope() const {3534 if (!IRP.isFunctionScope() &&3904 if (!IRP.isFunctionScope() &&4629 if (!IRP.isFunctionScope() &&4709 if (!IRP.isFunctionScope() &&
296 if (S->isFunctionScope()) { in ActOnSuperScopeSpecifier()
758 while (S && !S->isFunctionScope()) { in isWithinCatchScope()
3299 bool isFunctionScope = Owner->isFunctionOrMethod(); in VisitBaseUsingDecls() local3335 if (isFunctionScope) in VisitBaseUsingDecls()
8615 if (!getCurScope()->isFunctionScope()) { in CheckVariableDeclarationType()
2294 if (S->isFunctionScope()) { in handleUnexpectedCodeCompletionToken()
3680 if (S->isFunctionScope()) in ParseCXXMemberSpecification()