Searched refs:isInterfaceLike (Results 1 – 3 of 3) sorted by relevance
2178 bool CXXRecordDecl::isInterfaceLike() const { in isInterfaceLike() function in CXXRecordDecl2224 if (Base->isInterface() || !Base->isInterfaceLike()) in isInterfaceLike()
1908 bool isInterfaceLike() const;
2974 (!RD->isInterfaceLike() || in AttachBaseSpecifiers()