Searched refs:getBlockParent (Results 1 – 4 of 4) sorted by relevance
296 Scope *getBlockParent() { return BlockParent; } in getBlockParent() function297 const Scope *getBlockParent() const { return BlockParent; } in getBlockParent() function
3001 if (!getCurScope()->getFnParent() && !getCurScope()->getBlockParent()) { in ParseParenExpression()
162 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() || in ParseNamespace()
3478 else if (getCurScope()->getFnParent() || getCurScope()->getBlockParent()) in ParseDeclarationSpecifiers()