Searched refs:getBlockParent (Results 1 – 4 of 4) sorted by relevance
312 Scope *getBlockParent() { return BlockParent; } in getBlockParent() function313 const Scope *getBlockParent() const { return BlockParent; } in getBlockParent() function
3075 if (!getCurScope()->getFnParent() && !getCurScope()->getBlockParent()) { in ParseParenExpression()
171 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
3747 else if (getCurScope()->getFnParent() || getCurScope()->getBlockParent()) in ParseDeclarationSpecifiers()