Home
last modified time | relevance | path

Searched refs:pScope (Results 26 – 42 of 42) sorted by relevance

12

/trunk/main/idlc/inc/idlc/
H A Daststruct.hxx40 AstStruct* pBaseType, AstScope* pScope);
45 AstScope* pScope);
H A Dastoperation.hxx40 AstOperation(sal_uInt32 flags, AstType* pReturnType, const ::rtl::OString& name, AstScope* pScope) in AstOperation() argument
41 : AstDeclaration(NT_operation, name, pScope) in AstOperation()
H A Dastattribute.hxx43 …pe nodeType, sal_uInt32 flags, AstType const * pType, const ::rtl::OString& name, AstScope* pScope) in AstAttribute() argument
44 : AstDeclaration(nodeType, name, pScope), AstScope(nodeType) in AstAttribute()
H A Dastexpression.hxx116 void setScope(AstScope* pScope) in setScope() argument
117 { m_pScope = pScope; } in setScope()
H A Dastunionbranch.hxx32 …Branch(AstUnionLabel* pLabel, AstType const * pType, const ::rtl::OString& name, AstScope* pScope);
H A Daststack.hxx41 AstStack* push(AstScope* pScope);
H A Dastenum.hxx34 AstEnum(const ::rtl::OString& name, AstScope* pScope);
H A Dastunion.hxx32 AstUnion(const ::rtl::OString& name, AstType* pDiscType, AstScope* pScope);
H A Derrorhandler.hxx124 void lookupError(ErrorCode e, const ::rtl::OString& n, AstDeclaration* pScope);
H A Dastdeclaration.hxx71 AstDeclaration(NodeType type, const ::rtl::OString& name, AstScope* pScope);
H A Dastinterface.hxx55 AstScope* pScope);
H A Didlctypes.hxx77 AstDeclaration* SAL_CALL scopeAsDecl(AstScope* pScope);
/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/source/
H A Dastenum.cxx33 AstEnum::AstEnum(const ::rtl::OString& name, AstScope* pScope) in AstEnum() argument
34 : AstType(NT_enum, name, pScope) in AstEnum()
H A Derrorhandler.cxx584 void ErrorHandler::lookupError(ErrorCode e, const ::rtl::OString& n, AstDeclaration* pScope) in lookupError() argument
587 fprintf(stderr, "'%s' in '%s'\n", n.getStr(), pScope->getFullName().getStr()); in lookupError()
H A Dastinterface.cxx38 AstScope* pScope) in AstInterface() argument
39 : AstType(NT_interface, name, pScope) in AstInterface()
H A Dastexpression.cxx1069 AstScope *pScope = 0; in eval_symbol() local
1085 pScope = idlc()->scopes()->topNonNull(); in eval_symbol()
1086 if ( !pScope ) in eval_symbol()
1094 pDecl = pScope->lookupByName(*m_pSymbolicName); in eval_symbol()

Completed in 67 milliseconds

12