Lines Matching refs:getLabel
117 pLabel = pBranch->getLabel(); in lookupBranch()
149 if ( pBranch->getLabel() != NULL && in lookupDefault()
150 pBranch->getLabel()->getLabelKind() == UL_default) in lookupDefault()
164 AstUnionLabel* pLabel = pBranch->getLabel(); in lookupLabel()
196 if ( pB->getLabel() != NULL && in lookupLabel()
197 pB->getLabel()->getLabelKind() == UL_label && in lookupLabel()
198 pB->getLabel()->getLabelValue()->compare(pLabel->getLabelValue()) ) in lookupLabel()
215 AstUnionLabel* pLabel = pBranch->getLabel(); in lookupEnum()
257 if ( pB->getLabel() != NULL && in lookupEnum()
258 pB->getLabel()->getLabelKind() == UL_label && in lookupEnum()
259 pB->getLabel()->getLabelValue()->compare(pLabel->getLabelValue()) ) in lookupEnum()
322 pLabel = pBranch->getLabel(); in dump()