Home
last modified time | relevance | path

Searched refs:pWithParent_ (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/basic/source/comp/
H A Dexprgen.cxx84 SbiExprNode* pWithParent_ = NULL; in Gen() local
106 else if( (pWithParent_ = GetWithParent()) != NULL ) in Gen()
129 if( p == this && pWithParent_ != NULL ) in Gen()
130 pWithParent_->Gen(); in Gen()