/aoo4110/main/autodoc/source/parser/cpp/ |
H A D | icprivow.hxx | 75 pScope; member in cpp::Owner_Namespace 112 ary::cpp::Class * pScope; member in cpp::Owner_Class
|
/aoo4110/main/idlc/inc/idlc/ |
H A D | astmodule.hxx | 33 AstModule(const ::rtl::OString& name, AstScope* pScope) in AstModule() 37 AstModule(NodeType type, const ::rtl::OString& name, AstScope* pScope) in AstModule()
|
H A D | astservice.hxx | 33 AstService(const ::rtl::OString& name, AstScope* pScope) in AstService() 38 AstService(const NodeType type, const ::rtl::OString& name, AstScope* pScope) in AstService()
|
H A D | astmember.hxx | 36 AstType const * pType, rtl::OString const & name, AstScope * pScope): in AstMember() 46 AstScope * pScope): in AstMember()
|
H A D | astconstants.hxx | 31 AstConstants(const ::rtl::OString& name, AstScope* pScope) in AstConstants()
|
H A D | astexception.hxx | 31 AstException(const ::rtl::OString& name, AstException* pBaseType, AstScope* pScope) in AstException()
|
H A D | asttype.hxx | 31 AstType(const NodeType type, const ::rtl::OString& name, AstScope* pScope) in AstType()
|
H A D | astneeds.hxx | 31 AstNeeds(AstService* pRealService, const ::rtl::OString& name, AstScope* pScope) in AstNeeds()
|
H A D | astobserves.hxx | 31 AstObserves(AstInterface* pRealInterface, const ::rtl::OString& name, AstScope* pScope) in AstObserves()
|
H A D | astsequence.hxx | 31 AstSequence(AstType* pMemberType, AstScope* pScope) in AstSequence()
|
H A D | astbasetype.hxx | 33 AstBaseType(const ExprType type, const ::rtl::OString& name, AstScope* pScope) in AstBaseType()
|
H A D | astinterfacemember.hxx | 32 const ::rtl::OString& name, AstScope* pScope) in AstInterfaceMember()
|
H A D | astservicemember.hxx | 32 const ::rtl::OString& name, AstScope* pScope) in AstServiceMember()
|
H A D | astoperation.hxx | 40 AstOperation(sal_uInt32 flags, AstType* pReturnType, const ::rtl::OString& name, AstScope* pScope) in AstOperation()
|
H A D | astattribute.hxx | 43 …pe nodeType, sal_uInt32 flags, AstType const * pType, const ::rtl::OString& name, AstScope* pScope) in AstAttribute()
|
/aoo4110/main/idlc/source/ |
H A D | astarray.cxx | 30 AstArray::AstArray(const OString& name, AstType* pType, const ExprList& rDimExpr, AstScope* pScope) in AstArray() 40 AstArray::AstArray(AstType* pType, const ExprList& rDimExpr, AstScope* pScope) in AstArray()
|
H A D | aststack.cxx | 93 AstStack* AstStack::push(AstScope* pScope) in push() 122 AstScope *pScope; in pop() local
|
H A D | astconstant.cxx | 37 AstScope* pScope) in AstConstant() 47 AstScope* pScope) in AstConstant()
|
H A D | fehelper.cxx | 81 AstScope* pScope = idlc()->scopes()->bottom(); in compose() local 114 AstScope* pScope = idlc()->scopes()->topNonNull(); in initializeInherits() local
|
H A D | astdeclaration.cxx | 50 AstDeclaration::AstDeclaration(NodeType type, const OString& name, AstScope* pScope) in AstDeclaration() 170 AstScope* pScope = declAsScope(this); in dump() local
|
H A D | aststruct.cxx | 38 AstStruct* pBaseType, AstScope* pScope) in AstStruct() 54 AstScope* pScope) in AstStruct()
|
H A D | astscope.cxx | 125 AstScope* pScope = NULL; in lookupByName() local 269 AstScope* pScope = NULL; in lookupPrimitiveType() local
|
H A D | astunion.cxx | 35 AstUnion::AstUnion(const ::rtl::OString& name, AstType* pDiscType, AstScope* pScope) in AstUnion() 372 …nBranch(AstUnionLabel* pLabel, AstType const * pType, const ::rtl::OString& name, AstScope* pScope) in AstUnionBranch()
|
H A D | astenum.cxx | 33 AstEnum::AstEnum(const ::rtl::OString& name, AstScope* pScope) in AstEnum()
|
H A D | idlc.cxx | 48 AstDeclaration* SAL_CALL scopeAsDecl(AstScope* pScope) in scopeAsDecl()
|