Lines Matching refs:getParent

110         _pResetNode->getParent()->replace(_pResetNode, _pNewNode);  in replaceAndReset()
361 return OSQLParseNode::getTableRange(_rTableNameNode.getParent()).getLength() != 0; in lcl_isAliasNamePresent()
567 …OSL_ENSURE( getParent(), "OSQLParseNode::impl_parseTableNameNodeToString_throw: table_name without… in impl_parseTableNameNodeToString_throw()
568 if ( !getParent() || ( getParent()->getKnownRuleID() != table_ref ) ) in impl_parseTableNameNodeToString_throw()
935 if (!pCompare->getParent()) // I have no parent so I was not used and I must die :-) in buildPredicateRule()
1696 OSL_ENSURE(pNewNode->getParent() == NULL, "OSQLParseNode: Knoten ist kein Waise"); in append()
2029 …ondition->getChild(1),search_condition) && SQL_ISRULE(pSearchCondition->getParent(),search_conditi… in eraseBraces()
2164 …rchCondition->getChild(1),boolean_term) && SQL_ISRULE(pSearchCondition->getParent(),boolean_term))… in compress()
2165 …ondition->getChild(1),search_condition) && SQL_ISRULE(pSearchCondition->getParent(),search_conditi… in compress()
2378 OSL_ENSURE(pNewSubTree->getParent() == NULL, "OSQLParseNode: Knoten ist kein Waise"); in insert()
2423 OSL_ENSURE(pNewSubNode->getParent() == NULL, "OSQLParseNode: node already has getParent"); in replaceAt()
2443 OSL_ENSURE(pNewSubNode->getParent() == NULL, "OSQLParseNode: node already has getParent"); in replace()
2525 …if ( getParent() && SQL_ISRULE(getParent(),cast_spec) && m_aNodeValue.toChar() == '(' ) // no spac… in parseLeaf()
2823 while ( pNode->getParent() ) in clearAndDelete()
2825 pNode = pNode->getParent(); in clearAndDelete()