Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2043 bool CXXRecordDecl::isInterfaceLike() const { in isInterfaceLike() function in CXXRecordDecl
2089 if (Base->isInterface() || !Base->isInterfaceLike()) in isInterfaceLike()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1893 bool isInterfaceLike() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2880 (!RD->isInterfaceLike() || in AttachBaseSpecifiers()