Lines Matching refs:ifc

57     AstInterface const * ifc, bool optional) const  in checkInheritedInterfaceClashes()  argument
62 doubleDecls, seen, ifc, true, optional, optional); in checkInheritedInterfaceClashes()
67 AstType const * ifc, bool optional, rtl::OUString const & documentation) in addInheritedInterface() argument
70 InheritedInterface(ifc, optional, documentation)); in addInheritedInterface()
74 AstInterface const * resolved = resolveInterfaceTypedefs(ifc); in addInheritedInterface()
270 std::set< rtl::OString > & seenInterfaces, AstInterface const * ifc, in checkInheritedInterfaceClashes() argument
274 || seenInterfaces.insert(ifc->getScopedName()).second) in checkInheritedInterfaceClashes()
277 m_visibleInterfaces.find(ifc->getScopedName())); in checkInheritedInterfaceClashes()
282 doubleDeclarations.interfaces.push_back(ifc); in checkInheritedInterfaceClashes()
289 doubleDeclarations.interfaces.push_back(ifc); in checkInheritedInterfaceClashes()
295 doubleDeclarations.interfaces.push_back(ifc); in checkInheritedInterfaceClashes()
301 doubleDeclarations.interfaces.push_back(ifc); in checkInheritedInterfaceClashes()
307 {for (DeclList::const_iterator i(ifc->getIteratorBegin()); in checkInheritedInterfaceClashes()
308 i != ifc->getIteratorEnd(); ++i) in checkInheritedInterfaceClashes()
314 ifc->m_inheritedInterfaces.begin()); in checkInheritedInterfaceClashes()
315 i != ifc->m_inheritedInterfaces.end(); ++i) in checkInheritedInterfaceClashes()
357 AstInterface const * ifc, bool direct, bool optional) in addVisibleInterface() argument
364 VisibleInterfaces::value_type(ifc->getScopedName(), kind))); in addVisibleInterface()
371 {for (DeclList::const_iterator i(ifc->getIteratorBegin()); in addVisibleInterface()
372 i != ifc->getIteratorEnd(); ++i) in addVisibleInterface()
379 ifc->m_inheritedInterfaces.begin()); in addVisibleInterface()
380 i != ifc->m_inheritedInterfaces.end(); ++i) in addVisibleInterface()
387 void AstInterface::addOptionalVisibleMembers(AstInterface const * ifc) { in addOptionalVisibleMembers() argument
388 {for (DeclList::const_iterator i(ifc->getIteratorBegin()); in addOptionalVisibleMembers()
389 i != ifc->getIteratorEnd(); ++i) in addOptionalVisibleMembers()
400 VisibleMember::Optionals::value_type(ifc->getScopedName(), *i)); in addOptionalVisibleMembers()
404 ifc->m_inheritedInterfaces.begin()); in addOptionalVisibleMembers()
405 i != ifc->m_inheritedInterfaces.end(); ++i) in addOptionalVisibleMembers()