Searched refs:AstService (Results 1 – 7 of 7) sorted by relevance
/trunk/main/idlc/inc/idlc/ |
H A D | astservice.hxx | 29 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 D | astneeds.hxx | 31 AstNeeds(AstService* pRealService, const ::rtl::OString& name, AstScope* pScope) in AstNeeds() 37 AstService* getRealService() in getRealService() 40 AstService* m_pRealService;
|
H A D | astservicemember.hxx | 31 AstServiceMember(const sal_uInt32 flags, AstService* pRealService, in AstServiceMember() 39 AstService* getRealService() in getRealService() 45 AstService* m_pRealService;
|
/trunk/main/idlc/source/ |
H A D | parser.y | 1788 $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 D | idlc.cxx | 56 return (AstService*)(pScope); in scopeAsDecl() 89 return (AstService*)(pDecl); in declAsScope()
|
H A D | astservice.cxx | 34 bool AstService::checkLastConstructor() const { in checkLastConstructor()
|
H A D | astdump.cxx | 175 sal_Bool AstService::dump(RegistryKey& rKey) in dump()
|
Completed in 40 milliseconds