Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp1905 bool CXXRecordDecl::isInterfaceLike() const { in isInterfaceLike() function in CXXRecordDecl
1951 if (Base->isInterface() || !Base->isInterfaceLike()) in isInterfaceLike()
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h1772 bool isInterfaceLike() const;
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp2712 (!RD->isInterfaceLike() || in AttachBaseSpecifiers()