Searched refs:getBlockParent (Results 1 – 4 of 4) sorted by relevance
317 Scope *getBlockParent() { return BlockParent; } in getBlockParent() function318 const Scope *getBlockParent() const { return BlockParent; } in getBlockParent() function
2662 if (!getCurScope()->getFnParent() && !getCurScope()->getBlockParent()) { in ParseParenExpression()
136 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
3529 else if (getCurScope()->getFnParent() || getCurScope()->getBlockParent()) in ParseDeclarationSpecifiers()