Searched refs:getBlockParent (Results 1 – 4 of 4) sorted by relevance
291 Scope *getBlockParent() { return BlockParent; } in getBlockParent() function292 const Scope *getBlockParent() const { return BlockParent; } in getBlockParent() function
2920 if (!getCurScope()->getFnParent() && !getCurScope()->getBlockParent()) { in ParseParenExpression()
160 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
3326 else if (getCurScope()->getFnParent() || getCurScope()->getBlockParent()) in ParseDeclarationSpecifiers()