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