Home
last modified time | relevance | path

Searched refs:AstService (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/idlc/inc/idlc/
H A Dastservice.hxx29 class AstService : public AstDeclaration class
33 AstService(const ::rtl::OString& name, AstScope* pScope) in AstService() function in AstService
38 AstService(const NodeType type, const ::rtl::OString& name, AstScope* pScope) in AstService() function in AstService
43 virtual ~AstService() {} in ~AstService()
H A Dastneeds.hxx31 AstNeeds(AstService* pRealService, const ::rtl::OString& name, AstScope* pScope) in AstNeeds()
37 AstService* getRealService() in getRealService()
40 AstService* m_pRealService;
H A Dastservicemember.hxx31 AstServiceMember(const sal_uInt32 flags, AstService* pRealService, in AstServiceMember()
39 AstService* getRealService() in getRealService()
45 AstService* m_pRealService;
/aoo4110/main/idlc/source/
H A Dparser.y1788 $1, (AstService*)pDecl, *iter, pScope);
1872 pNeeds = new AstNeeds((AstService*)pDecl, *iter, pScope);
1935 AstService* pService = NULL;
1942 pService = new AstService(*$3, pScope);
1981 AstService * s = static_cast< AstService * >(idlc()->scopes()->top());
2023 if (static_cast< AstService * >(idlc()->scopes()->top())->
2043 AstService* pService = NULL;
2050 pService = new AstService(NT_singleton, *$3, pScope);
H A Didlc.cxx56 return (AstService*)(pScope); in scopeAsDecl()
89 return (AstService*)(pDecl); in declAsScope()
H A Dastservice.cxx34 bool AstService::checkLastConstructor() const { in checkLastConstructor()
H A Dastdump.cxx175 sal_Bool AstService::dump(RegistryKey& rKey) in dump()

Completed in 115 milliseconds