Home
last modified time | relevance | path

Searched refs:FeDeclarator (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/idlc/source/
H A Dfehelper.cxx33 FeDeclarator::FeDeclarator(const OString& name, DeclaratorType declType, AstDeclaration* pComplPart) in FeDeclarator() function in FeDeclarator
40 FeDeclarator::~FeDeclarator() in ~FeDeclarator()
44 sal_Bool FeDeclarator::checkType(AstDeclaration const * type) in checkType()
57 AstType const * FeDeclarator::compose(AstDeclaration const * pDecl) in compose()
H A Dparser.y271 FeDeclarator* fdval; /* declarator value */
1644 FeDeclarator* pDecl = NULL;
2136 FeDeclarator* pDecl = NULL;
2237 $$ = new FeDeclarator(*$1, FeDeclarator::FD_simple, NULL);
2245 $$ = new FeDeclarator($1->getLocalName(), FeDeclarator::FD_complex, $1);
2771 FeDeclarator* pDecl = NULL;
/aoo4110/main/idlc/inc/idlc/
H A Dfehelper.hxx31 class FeDeclarator class
41 FeDeclarator(const ::rtl::OString& name, DeclaratorType declType, AstDeclaration* pComplPart);
42 virtual ~FeDeclarator();
59 typedef ::std::list< FeDeclarator* > FeDeclList;

Completed in 31 milliseconds