Lines Matching refs:ifc
150 AstInterface * ifc, rtl::OString const & name, bool optional,
153 AstDeclaration * decl = ifc->lookupByName(name);
159 NT_interface, &ifc->getScopedName(), decl);
162 ifc->checkInheritedInterfaceClashes(
168 ifc->addInheritedInterface(
185 EIDL_INTERFACEMEMBER_LOOKUP, name, scopeAsDecl(ifc));
705 AstInterface * ifc = static_cast< AstInterface * >(
707 if (!ifc->hasMandatoryInheritedInterfaces()
708 && ifc->getScopedName() != "com::sun::star::uno::XInterface")
711 ifc, rtl::OString("::com::sun::star::uno::XInterface"), false,
714 ifc->setDefined();
1285 AstInterface * ifc = static_cast< AstInterface * >(
1287 if (ifc->usesSingleInheritance()) {
1291 ifc, *$4, $1,