Searched refs:isInterfaceLike (Results 1 – 3 of 3) sorted by relevance
2043 bool CXXRecordDecl::isInterfaceLike() const { in isInterfaceLike() function in CXXRecordDecl2089 if (Base->isInterface() || !Base->isInterfaceLike()) in isInterfaceLike()
1893 bool isInterfaceLike() const;
2880 (!RD->isInterfaceLike() || in AttachBaseSpecifiers()