Searched refs:isInterfaceLike (Results 1 – 3 of 3) sorted by relevance
2001 bool CXXRecordDecl::isInterfaceLike() const { in isInterfaceLike() function in CXXRecordDecl2047 if (Base->isInterface() || !Base->isInterfaceLike()) in isInterfaceLike()
1881 bool isInterfaceLike() const;
2961 (!RD->isInterfaceLike() || in AttachBaseSpecifiers()