Home
last modified time | relevance | path

Searched refs:AstStruct (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/idlc/inc/idlc/
H A Daststruct.hxx30 class AstStruct;
31 typedef ::std::vector< AstStruct* > InheritedTypes;
33 class AstStruct : public AstType class
37 AstStruct(
40 AstStruct* pBaseType, AstScope* pScope);
42 AstStruct(const NodeType type,
44 AstStruct* pBaseType,
46 virtual ~AstStruct();
48 AstStruct* getBaseType() in getBaseType()
60 AstStruct* m_pBaseType;
H A Dastexception.hxx28 class AstException : public AstStruct
32 : AstStruct(NT_exception, name, pBaseType, pScope) in AstException()
H A Dastunion.hxx29 class AstUnion : public AstStruct
/aoo4110/main/idlc/source/
H A Daststruct.cxx36 AstStruct::AstStruct( in AstStruct() function in AstStruct
38 AstStruct* pBaseType, AstScope* pScope) in AstStruct()
51 AstStruct::AstStruct(const NodeType type, in AstStruct() function in AstStruct
53 AstStruct* pBaseType, in AstStruct()
61 AstStruct::~AstStruct() in ~AstStruct()
70 AstDeclaration const * AstStruct::findTypeParameter(rtl::OString const & name) in findTypeParameter()
83 bool AstStruct::isType() const { in isType()
88 sal_Bool AstStruct::dump(RegistryKey& rKey) in dump()
H A Dparser.y200 if (static_cast< AstStruct const * >(resolved)->getTypeParameterCount()
2657 AstStruct* pStruct = NULL;
2661 AstStruct* pBase= static_cast< AstStruct* >($1->getInherits());
2662 pStruct = new AstStruct(
2823 AstStruct * scope = static_cast< AstStruct * >(idlc()->scopes()->top());
H A Didlc.cxx71 return (AstStruct*)(pScope); in scopeAsDecl()
100 return (AstStruct*)(pDecl); in declAsScope()
H A Dastunion.cxx36 : AstStruct(NT_union, name, NULL, pScope) in AstUnion()

Completed in 29 milliseconds