Lines Matching refs:pEnum
2853 AstEnum* pEnum = NULL;
2861 pEnum = new AstEnum(*$3, pScope);
2865 pScope->addDeclaration(pEnum);
2871 idlc()->scopes()->push(pEnum);
2921 AstEnum* pEnum = NULL;
2926 pEnum = (AstEnum*)pScope;
2927 if (pEnum && $1)
2929 AstExpression* pExpr = new AstExpression(pEnum->getEnumValueCount());
2933 if ( pEnum->checkValue(pEnumVal->getConstValue()) )
2934 idlc()->error()->error1(EIDL_EVAL_ERROR, pEnum);
2947 AstEnum* pEnum = NULL;
2955 pEnum = (AstEnum*)pScope;
2956 if (pEnum)
2961 if ( pEnum->checkValue(pEnumVal->getConstValue()) )
2962 idlc()->error()->error1(EIDL_EVAL_ERROR, pEnum);