Searched refs:AstArray (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/idlc/source/ |
H A D | astarray.cxx | 30 AstArray::AstArray(const OString& name, AstType* pType, const ExprList& rDimExpr, AstScope* pScope) in AstArray() function in AstArray 40 AstArray::AstArray(AstType* pType, const ExprList& rDimExpr, AstScope* pScope) in AstArray() function in AstArray 50 OString AstArray::makeName() in makeName()
|
H A D | fehelper.cxx | 59 AstArray* pArray; in compose() 77 pArray = (AstArray*)m_pComplexPart; in compose()
|
H A D | scanner.ll | 46 class AstArray;
|
H A D | parser.y | 2258 $$ = new AstArray(*$1, NULL, *$3, idlc()->scopes()->bottom()); 2575 pArray = new AstArray((AstType*)$1, *$3, idlc()->scopes()->bottom());
|
/aoo41x/main/idlc/inc/idlc/ |
H A D | astarray.hxx | 29 class AstArray : public AstType class 32 AstArray(const ::rtl::OString& name, AstType* pType, const ExprList& rDimExpr, AstScope* pScope); 33 AstArray(AstType* pType, const ExprList& rDimExpr, AstScope* pScope); 35 virtual ~AstArray() {} in ~AstArray()
|
Completed in 30 milliseconds