Searched refs:isControlScope (Results 1 – 2 of 2) sorted by relevance
587 bool isControlScope() const { return getFlags() & Scope::ControlScope; } in isControlScope() function
135 if (S->getParent()->isControlScope() && !S->isFunctionScope()) { in isDeclInScope()