Lines Matching refs:pLabel
114 AstUnionLabel* pLabel = NULL; in lookupBranch() local
117 pLabel = pBranch->getLabel(); in lookupBranch()
119 if ( pLabel ) in lookupBranch()
121 if (pLabel->getLabelKind() == UL_default) in lookupBranch()
164 AstUnionLabel* pLabel = pBranch->getLabel(); in lookupLabel() local
166 if ( !pLabel->getLabelValue() ) in lookupLabel()
169 AstExprValue* pLabelValue = pLabel->getLabelValue()->coerce( in lookupLabel()
173 idlc()->error()->evalError(pLabel->getLabelValue()); in lookupLabel()
177 pLabel->getLabelValue()->setExprValue(pLabelValue); in lookupLabel()
198 pB->getLabel()->getLabelValue()->compare(pLabel->getLabelValue()) ) in lookupLabel()
215 AstUnionLabel* pLabel = pBranch->getLabel(); in lookupEnum() local
216 AstExpression* pExpr = pLabel->getLabelValue(); in lookupEnum()
259 pB->getLabel()->getLabelValue()->compare(pLabel->getLabelValue()) ) in lookupEnum()
300 AstUnionLabel* pLabel = NULL; in dump() local
322 pLabel = pBranch->getLabel(); in dump()
323 pExprValue = pLabel->getLabelValue()->coerce(ET_hyper, sal_False); in dump()
372 AstUnionBranch::AstUnionBranch(AstUnionLabel* pLabel, AstType const * pType, const ::rtl::OString& … in AstUnionBranch() argument
374 , m_pLabel(pLabel) in AstUnionBranch()