Home
last modified time | relevance | path

Searched refs:pDiscType (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/idlc/source/
H A Dastunion.cxx35 AstUnion::AstUnion(const ::rtl::OString& name, AstType* pDiscType, AstScope* pScope) in AstUnion() argument
37 , 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()
/aoo42x/main/idlc/inc/idlc/
H A Dastunion.hxx32 AstUnion(const ::rtl::OString& name, AstType* pDiscType, AstScope* pScope);

Completed in 33 milliseconds