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