Home
last modified time | relevance | path

Searched refs:AstArray (Results 1 – 5 of 5) sorted by relevance

/trunk/main/idlc/source/
H A Dastarray.cxx30 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 Dfehelper.cxx59 AstArray* pArray; in compose()
77 pArray = (AstArray*)m_pComplexPart; in compose()
H A Dscanner.ll46 class AstArray;
H A Dparser.y2258 $$ = new AstArray(*$1, NULL, *$3, idlc()->scopes()->bottom());
2575 pArray = new AstArray((AstType*)$1, *$3, idlc()->scopes()->bottom());
/trunk/main/idlc/inc/idlc/
H A Dastarray.hxx29 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 43 milliseconds