Searched refs:AstStruct (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/idlc/inc/idlc/ |
H A D | aststruct.hxx | 30 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 D | astexception.hxx | 28 class AstException : public AstStruct 32 : AstStruct(NT_exception, name, pBaseType, pScope) in AstException()
|
H A D | astunion.hxx | 29 class AstUnion : public AstStruct
|
/aoo42x/main/idlc/source/ |
H A D | aststruct.cxx | 36 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 D | parser.y | 200 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 D | idlc.cxx | 71 return (AstStruct*)(pScope); in scopeAsDecl() 100 return (AstStruct*)(pDecl); in declAsScope()
|
H A D | astunion.cxx | 36 : AstStruct(NT_union, name, NULL, pScope) in AstUnion()
|
Completed in 49 milliseconds