Lines Matching refs:AstInterface

36 AstInterface::AstInterface(const ::rtl::OString& name,   in AstInterface()  function in AstInterface
37 AstInterface const * pInherits, in AstInterface()
52 AstInterface::~AstInterface() in ~AstInterface()
56 AstInterface::DoubleDeclarations AstInterface::checkInheritedInterfaceClashes( in checkInheritedInterfaceClashes()
57 AstInterface const * ifc, bool optional) const in checkInheritedInterfaceClashes()
66 void AstInterface::addInheritedInterface( in addInheritedInterface()
74 AstInterface const * resolved = resolveInterfaceTypedefs(ifc); in addInheritedInterface()
81 AstInterface::DoubleMemberDeclarations AstInterface::checkMemberClashes( in checkMemberClashes()
89 void AstInterface::addMember(AstDeclaration /*TODO: const*/ * member) { in addMember()
96 void AstInterface::forwardDefined(AstInterface const & def) in forwardDefined()
108 sal_Bool AstInterface::dump(RegistryKey& rKey) in dump()
268 void AstInterface::checkInheritedInterfaceClashes( in checkInheritedInterfaceClashes()
270 std::set< rtl::OString > & seenInterfaces, AstInterface const * ifc, in checkInheritedInterfaceClashes()
325 void AstInterface::checkMemberClashes( in checkMemberClashes()
356 void AstInterface::addVisibleInterface( in addVisibleInterface()
357 AstInterface const * ifc, bool direct, bool optional) in addVisibleInterface()
387 void AstInterface::addOptionalVisibleMembers(AstInterface const * ifc) { in addOptionalVisibleMembers()
413 bool AstInterface::increment(sal_uInt16 * counter, char const * sort) const { in increment()