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.cpp2178 bool CXXRecordDecl::isInterfaceLike() const { in isInterfaceLike() function in CXXRecordDecl
2224 if (Base->isInterface() || !Base->isInterfaceLike()) in isInterfaceLike()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1908 bool isInterfaceLike() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2974 (!RD->isInterfaceLike() || in AttachBaseSpecifiers()