Searched refs:isInterfaceLike (Results 1 – 3 of 3) sorted by relevance
1905 bool CXXRecordDecl::isInterfaceLike() const { in isInterfaceLike() function in CXXRecordDecl1951 if (Base->isInterface() || !Base->isInterfaceLike()) in isInterfaceLike()
1772 bool isInterfaceLike() const;
2712 (!RD->isInterfaceLike() || in AttachBaseSpecifiers()