Searched refs:FeDeclarator (Results 1 – 3 of 3) sorted by relevance
33 FeDeclarator::FeDeclarator(const OString& name, DeclaratorType declType, AstDeclaration* pComplPart) in FeDeclarator() function in FeDeclarator40 FeDeclarator::~FeDeclarator() in ~FeDeclarator()44 sal_Bool FeDeclarator::checkType(AstDeclaration const * type) in checkType()57 AstType const * FeDeclarator::compose(AstDeclaration const * pDecl) in compose()
271 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;
31 class FeDeclarator class41 FeDeclarator(const ::rtl::OString& name, DeclaratorType declType, AstDeclaration* pComplPart);42 virtual ~FeDeclarator();59 typedef ::std::list< FeDeclarator* > FeDeclList;
Completed in 20 milliseconds