Lines Matching refs:getParent
110 _pResetNode->getParent()->replace(_pResetNode, _pNewNode); in replaceAndReset()
358 return OSQLParseNode::getTableRange(_rTableNameNode.getParent()).getLength() != 0; in lcl_isAliasNamePresent()
564 …OSL_ENSURE( getParent(), "OSQLParseNode::impl_parseTableNameNodeToString_throw: table_name without… in impl_parseTableNameNodeToString_throw()
565 if ( !getParent() || ( getParent()->getKnownRuleID() != table_ref ) ) in impl_parseTableNameNodeToString_throw()
932 if (!pCompare->getParent()) // I have no parent so I was not used and I must die :-) in buildPredicateRule()
1693 OSL_ENSURE(pNewNode->getParent() == NULL, "OSQLParseNode: Knoten ist kein Waise"); in append()
2026 …ondition->getChild(1),search_condition) && SQL_ISRULE(pSearchCondition->getParent(),search_conditi… in eraseBraces()
2161 …rchCondition->getChild(1),boolean_term) && SQL_ISRULE(pSearchCondition->getParent(),boolean_term))… in compress()
2162 …ondition->getChild(1),search_condition) && SQL_ISRULE(pSearchCondition->getParent(),search_conditi… in compress()
2375 OSL_ENSURE(pNewSubTree->getParent() == NULL, "OSQLParseNode: Knoten ist kein Waise"); in insert()
2420 OSL_ENSURE(pNewSubNode->getParent() == NULL, "OSQLParseNode: node already has getParent"); in replaceAt()
2440 OSL_ENSURE(pNewSubNode->getParent() == NULL, "OSQLParseNode: node already has getParent"); in replace()
2522 …if ( getParent() && SQL_ISRULE(getParent(),cast_spec) && m_aNodeValue.toChar() == '(' ) // no spac… in parseLeaf()
2820 while ( pNode->getParent() ) in clearAndDelete()
2822 pNode = pNode->getParent(); in clearAndDelete()