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