Searched refs:isInterfaceLike (Results 1 – 3 of 3) sorted by relevance
1960 bool CXXRecordDecl::isInterfaceLike() const { in isInterfaceLike() function in CXXRecordDecl2006 if (Base->isInterface() || !Base->isInterfaceLike()) in isInterfaceLike()
1831 bool isInterfaceLike() const;
2811 (!RD->isInterfaceLike() || in AttachBaseSpecifiers()