Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1742 bool CXXRecordDecl::isInterfaceLike() const { in isInterfaceLike() function in CXXRecordDecl
1788 if (Base->isInterface() || !Base->isInterfaceLike()) in isInterfaceLike()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h1970 bool isInterfaceLike() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp2452 (!RD->isInterfaceLike() || in AttachBaseSpecifiers()