Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2001 bool CXXRecordDecl::isInterfaceLike() const { in isInterfaceLike() function in CXXRecordDecl
2047 if (Base->isInterface() || !Base->isInterfaceLike()) in isInterfaceLike()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1881 bool isInterfaceLike() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2961 (!RD->isInterfaceLike() || in AttachBaseSpecifiers()