Home
last modified time | relevance | path

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

/trunk/main/rsc/source/tools/
H A Drscdef.cxx1079 const RscExpression * pExpDec ) in TestDef() argument
1081 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()
/trunk/main/rsc/inc/
H A Drscdef.hxx247 const RscExpression * pExpDec );

Completed in 17 milliseconds