Searched refs:getBlockParent (Results 1 – 4 of 4) sorted by relevance
250 Scope *getBlockParent() { return BlockParent; } in getBlockParent() function251 const Scope *getBlockParent() const { return BlockParent; } in getBlockParent() function
2229 if (!getCurScope()->getFnParent() && !getCurScope()->getBlockParent()) { in ParseParenExpression()
133 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
2765 if (getCurScope()->getFnParent() || getCurScope()->getBlockParent()) in ParseDeclarationSpecifiers()