Home
last modified time | relevance | path

Searched refs:AstUnionLabel (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/idlc/source/
H A Dastunion.cxx114 AstUnionLabel* pLabel = NULL; in lookupBranch()
164 AstUnionLabel* pLabel = pBranch->getLabel(); in lookupLabel()
215 AstUnionLabel* pLabel = pBranch->getLabel(); in lookupEnum()
300 AstUnionLabel* pLabel = NULL; in dump()
372 AstUnionBranch::AstUnionBranch(AstUnionLabel* pLabel, AstType const * pType, const ::rtl::OString& … in AstUnionBranch()
384 AstUnionLabel::AstUnionLabel(UnionLabel labelKind, AstExpression* pExpr) in AstUnionLabel() function in AstUnionLabel
392 AstUnionLabel::~AstUnionLabel() in ~AstUnionLabel()
H A Dparser.y285 AstUnionLabel* lbval; /* union label value */
3141 AstUnionLabel* pLabel = NULL;
3214 $$ = new AstUnionLabel(UL_default, NULL);
3227 $$ = new AstUnionLabel(UL_label, $3);
/aoo42x/main/idlc/inc/idlc/
H A Dastunionbranch.hxx32 …AstUnionBranch(AstUnionLabel* pLabel, AstType const * pType, const ::rtl::OString& name, AstScope*…
35 AstUnionLabel* getLabel() in getLabel()
38 AstUnionLabel* m_pLabel;
H A Dastunionlabel.hxx32 class AstUnionLabel class
35 AstUnionLabel(UnionLabel labelKind, AstExpression* pExpr);
36 virtual ~AstUnionLabel();
H A Didlctypes.hxx68 class AstUnionLabel;
69 typedef ::std::list< AstUnionLabel* > LabelList;

Completed in 28 milliseconds