Searched refs:isFunctionScope (Results 1 – 8 of 8) sorted by relevance
413 bool isFunctionScope() const { return getFlags() & Scope::FnScope; } in isFunctionScope() function438 if (S->isFunctionScope()) in isInCFunctionScope()
754 bool isFunctionScope() const {3585 if (!IRP.isFunctionScope() &&3961 if (!IRP.isFunctionScope() &&4692 if (!IRP.isFunctionScope() && !IRP.getAssociatedType()->isPointerTy())4771 if (!IRP.isFunctionScope() &&
291 if (S->isFunctionScope()) { in ActOnSuperScopeSpecifier()
765 while (S && !S->isFunctionScope()) { in isWithinCatchScope()
3844 bool isFunctionScope = Owner->isFunctionOrMethod(); in VisitBaseUsingDecls() local3880 if (isFunctionScope) in VisitBaseUsingDecls()
8815 if (!getCurScope()->isFunctionScope()) { in CheckVariableDeclarationType()
2185 if (S->isFunctionScope()) { in handleUnexpectedCodeCompletionToken()
3576 if (S->isFunctionScope()) in ParseCXXMemberSpecification()