Home
last modified time | relevance | path

Searched refs:DeclList (Results 1 – 18 of 18) sorted by relevance

/trunk/main/idlc/inc/idlc/
H A Dastattribute.hxx51 rtl::OUString const * getDoc, DeclList const * getExc, in setExceptions()
52 rtl::OUString const * setDoc, DeclList const * setExc) in setExceptions()
68 DeclList::size_type getGetExceptionCount() const in getGetExceptionCount()
71 DeclList::size_type getSetExceptionCount() const in getSetExceptionCount()
105 DeclList const & exceptions, RTMethodMode flags,
111 DeclList m_getExceptions;
113 DeclList m_setExceptions;
H A Daststructinstance.hxx36 AstType const * typeTemplate, DeclList const * typeArguments,
41 DeclList::const_iterator getTypeArgumentsBegin() const in getTypeArgumentsBegin()
44 DeclList::const_iterator getTypeArgumentsEnd() const in getTypeArgumentsEnd()
49 DeclList m_typeArguments;
H A Dastoperation.hxx55 void setExceptions(DeclList const * pExceptions);
56 const DeclList& getExceptions() in getExceptions()
68 DeclList m_exceptions;
H A Dastscope.hxx45 DeclList::const_iterator getIteratorBegin() const in getIteratorBegin()
47 DeclList::const_iterator getIteratorEnd() const in getIteratorEnd()
69 DeclList m_declarations;
H A Daststruct.hxx51 DeclList::size_type getTypeParameterCount() const in getTypeParameterCount()
61 DeclList m_typeParameters;
H A Didlctypes.hxx74 typedef ::std::list< AstDeclaration* > DeclList; typedef
/trunk/main/idlc/source/
H A Dastunion.cxx133 DeclList::const_iterator iter = getIteratorBegin(); in lookupDefault()
134 DeclList::const_iterator end = getIteratorEnd(); in lookupDefault()
180 DeclList::const_iterator iter = getIteratorBegin(); in lookupLabel()
181 DeclList::const_iterator end = getIteratorEnd(); in lookupLabel()
241 DeclList::const_iterator iter = getIteratorBegin(); in lookupEnum()
242 DeclList::const_iterator end = getIteratorEnd(); in lookupEnum()
295 DeclList::const_iterator iter = getIteratorBegin(); in dump()
296 DeclList::const_iterator end = getIteratorEnd(); in dump()
H A Dastoperation.cxx36 void AstOperation::setExceptions(DeclList const * pExceptions) in setExceptions()
47 DeclList::const_iterator i(getIteratorEnd()); in isVariadic()
75 DeclList::const_iterator iter = getIteratorBegin(); in dumpBlob()
76 DeclList::const_iterator end = getIteratorEnd(); in dumpBlob()
120 DeclList::iterator iter = m_exceptions.begin(); in dumpBlob()
121 DeclList::iterator end = m_exceptions.end(); in dumpBlob()
H A Dastinterface.cxx140 {for (DeclList::const_iterator i(getIteratorBegin()); i != getIteratorEnd(); in dump()
154 DeclList::size_type getCount = attr->getGetExceptionCount(); in dump()
171 DeclList::size_type setCount = attr->getSetExceptionCount(); in dump()
232 {for (DeclList::const_iterator i(getIteratorBegin()); i != getIteratorEnd(); in dump()
307 {for (DeclList::const_iterator i(ifc->getIteratorBegin()); in checkInheritedInterfaceClashes()
371 {for (DeclList::const_iterator i(ifc->getIteratorBegin()); in addVisibleInterface()
388 {for (DeclList::const_iterator i(ifc->getIteratorBegin()); in addOptionalVisibleMembers()
H A Daststruct.cxx63 for (DeclList::iterator i(m_typeParameters.begin()); in ~AstStruct()
73 for (DeclList::const_iterator i(m_typeParameters.begin()); in findTypeParameter()
132 DeclList::const_iterator iter = getIteratorBegin(); in dump()
133 DeclList::const_iterator end = getIteratorEnd(); in dump()
164 for (DeclList::iterator i(m_typeParameters.begin()); in dump()
H A Dastdump.cxx78 DeclList::const_iterator iter = getIteratorBegin(); in dump()
79 DeclList::const_iterator end = getIteratorEnd(); in dump()
184 {for (DeclList::const_iterator i(getIteratorBegin()); i != getIteratorEnd(); in dump()
254 {for (DeclList::const_iterator i(getIteratorBegin()); i != getIteratorEnd(); in dump()
416 DeclList const & exceptions, RTMethodMode flags, sal_uInt16 * methodIndex) in dumpExceptions()
429 for (DeclList::const_iterator i(exceptions.begin()); in dumpExceptions()
H A Dastenum.cxx46 DeclList::const_iterator iter = getIteratorBegin(); in checkValue()
47 DeclList::const_iterator end = getIteratorEnd(); in checkValue()
89 DeclList::const_iterator iter = getIteratorBegin(); in dump()
90 DeclList::const_iterator end = getIteratorEnd(); in dump()
H A Dastscope.cxx107 DeclList::const_iterator iter = getIteratorBegin(); in getNodeCount()
108 DeclList::const_iterator end = getIteratorEnd(); in getNodeCount()
219 DeclList::const_iterator iter(m_declarations.begin()); in lookupByNameLocal()
220 DeclList::const_iterator end(m_declarations.end()); in lookupByNameLocal()
H A Daststructinstance.cxx38 AstType const * typeTemplate, DeclList const * typeArguments) in createName()
43 for (DeclList::const_iterator i(typeArguments->begin()); in createName()
61 AstType const * typeTemplate, DeclList const * typeArguments, in AstStructInstance()
H A Dastservice.cxx36 for (DeclList::const_iterator i(getIteratorBegin()); i != getIteratorEnd(); in checkLastConstructor()
46 for (DeclList::const_iterator i1(ctor->getIteratorBegin()), in checkLastConstructor()
H A Dastdeclaration.cxx175 DeclList::const_iterator iter = pScope->getIteratorBegin(); in dump()
176 DeclList::const_iterator end = pScope->getIteratorEnd(); in dump()
H A Dparser.y190 rtl::OString const * scopedName, DeclList const * typeArgs)
237 for (DeclList::const_iterator i(inst->getTypeArgumentsBegin());
268 DeclList * dclsval;
1246 $$ = new DeclList;
2430 $$ = new DeclList;
H A Dattributeexceptions.hxx32 DeclList const * exceptions;

Completed in 74 milliseconds