Home
last modified time | relevance | path

Searched defs:pScope (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/autodoc/source/parser/cpp/
H A Dicprivow.hxx75 pScope; member in cpp::Owner_Namespace
112 ary::cpp::Class * pScope; member in cpp::Owner_Class
/trunk/main/idlc/inc/idlc/
H A Dastmodule.hxx33 AstModule(const ::rtl::OString& name, AstScope* pScope) in AstModule()
37 AstModule(NodeType type, const ::rtl::OString& name, AstScope* pScope) in AstModule()
H A Dastservice.hxx33 AstService(const ::rtl::OString& name, AstScope* pScope) in AstService()
38 AstService(const NodeType type, const ::rtl::OString& name, AstScope* pScope) in AstService()
H A Dastmember.hxx36 AstType const * pType, rtl::OString const & name, AstScope * pScope): in AstMember()
46 AstScope * pScope): in AstMember()
H A Dastconstants.hxx31 AstConstants(const ::rtl::OString& name, AstScope* pScope) in AstConstants()
H A Dastexception.hxx31 AstException(const ::rtl::OString& name, AstException* pBaseType, AstScope* pScope) in AstException()
H A Dasttype.hxx31 AstType(const NodeType type, const ::rtl::OString& name, AstScope* pScope) in AstType()
H A Dastneeds.hxx31 AstNeeds(AstService* pRealService, const ::rtl::OString& name, AstScope* pScope) in AstNeeds()
H A Dastobserves.hxx31 AstObserves(AstInterface* pRealInterface, const ::rtl::OString& name, AstScope* pScope) in AstObserves()
H A Dastsequence.hxx31 AstSequence(AstType* pMemberType, AstScope* pScope) in AstSequence()
H A Dastbasetype.hxx33 AstBaseType(const ExprType type, const ::rtl::OString& name, AstScope* pScope) in AstBaseType()
H A Dastinterfacemember.hxx32 const ::rtl::OString& name, AstScope* pScope) in AstInterfaceMember()
H A Dastservicemember.hxx32 const ::rtl::OString& name, AstScope* pScope) in AstServiceMember()
H A Dastoperation.hxx40 AstOperation(sal_uInt32 flags, AstType* pReturnType, const ::rtl::OString& name, AstScope* pScope) in AstOperation()
H A Dastattribute.hxx43 …pe nodeType, sal_uInt32 flags, AstType const * pType, const ::rtl::OString& name, AstScope* pScope) in AstAttribute()
/trunk/main/idlc/source/
H A Dastarray.cxx30 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 Daststack.cxx93 AstStack* AstStack::push(AstScope* pScope) in push()
122 AstScope *pScope; in pop() local
H A Dastconstant.cxx37 AstScope* pScope) in AstConstant()
47 AstScope* pScope) in AstConstant()
H A Dfehelper.cxx81 AstScope* pScope = idlc()->scopes()->bottom(); in compose() local
114 AstScope* pScope = idlc()->scopes()->topNonNull(); in initializeInherits() local
H A Dastdeclaration.cxx50 AstDeclaration::AstDeclaration(NodeType type, const OString& name, AstScope* pScope) in AstDeclaration()
170 AstScope* pScope = declAsScope(this); in dump() local
H A Daststruct.cxx38 AstStruct* pBaseType, AstScope* pScope) in AstStruct()
54 AstScope* pScope) in AstStruct()
H A Dastscope.cxx125 AstScope* pScope = NULL; in lookupByName() local
269 AstScope* pScope = NULL; in lookupPrimitiveType() local
H A Dastunion.cxx35 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 Dastenum.cxx33 AstEnum::AstEnum(const ::rtl::OString& name, AstScope* pScope) in AstEnum()
H A Didlc.cxx48 AstDeclaration* SAL_CALL scopeAsDecl(AstScope* pScope) in scopeAsDecl()

Completed in 61 milliseconds

12