Searched refs:pExpDec (Results 1 – 2 of 2) sorted by relevance
1079 const RscExpression * pExpDec ) in TestDef() argument1081 if( !pExpDec ) in TestDef()1084 if( pExpDec->aLeftExp.IsExpression() ) in TestDef()1085 if( !TestDef( lFileKey, lPos, pExpDec->aLeftExp.aExp.pExp ) ) in TestDef()1088 if( pExpDec->aLeftExp.IsDefinition() ) in TestDef()1089 if( !TestDef( lFileKey, lPos, pExpDec->aLeftExp.aExp.pDef ) ) in TestDef()1092 if( pExpDec->aRightExp.IsExpression() ) in TestDef()1093 if( !TestDef( lFileKey, lPos, pExpDec->aRightExp.aExp.pExp ) ) in TestDef()1096 if( pExpDec->aRightExp.IsDefinition() ) in TestDef()1097 if( !TestDef( lFileKey, lPos, pExpDec->aRightExp.aExp.pDef ) ) in TestDef()
247 const RscExpression * pExpDec );
Completed in 19 milliseconds