Searched refs:getBlockParent (Results 1 – 4 of 4) sorted by relevance
286 Scope *getBlockParent() { return BlockParent; } in getBlockParent() function287 const Scope *getBlockParent() const { return BlockParent; } in getBlockParent() function
2881 if (!getCurScope()->getFnParent() && !getCurScope()->getBlockParent()) { in ParseParenExpression()
158 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
3269 if (getCurScope()->getFnParent() || getCurScope()->getBlockParent()) in ParseDeclarationSpecifiers()