Searched refs:pDiscType (Results 1 – 2 of 2) sorted by relevance
35 AstUnion::AstUnion(const ::rtl::OString& name, AstType* pDiscType, AstScope* pScope) in AstUnion() argument37 , m_pDiscriminantType(pDiscType) in AstUnion()42 if ( !pDiscType ) in AstUnion()53 if ( pDiscType->getNodeType() == NT_predefined ) in AstUnion()55 pBaseType = (AstBaseType*)pDiscType; in AstUnion()62 m_pDiscriminantType = pDiscType; in AstUnion()79 if (pDiscType->getNodeType() == NT_enum) in AstUnion()82 m_pDiscriminantType = pDiscType; in AstUnion()90 idlc()->error()->error2(EIDL_DISC_TYPE, this, pDiscType); in AstUnion()
32 AstUnion(const ::rtl::OString& name, AstType* pDiscType, AstScope* pScope);
Completed in 14 milliseconds