Home
last modified time | relevance | path

Searched refs:isInterfaceLike (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp1931 bool CXXRecordDecl::isInterfaceLike() const { in isInterfaceLike() function in CXXRecordDecl
1977 if (Base->isInterface() || !Base->isInterfaceLike()) in isInterfaceLike()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h1817 bool isInterfaceLike() const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp2777 (!RD->isInterfaceLike() || in AttachBaseSpecifiers()