Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp1960 bool CXXRecordDecl::isInterfaceLike() const { in isInterfaceLike() function in CXXRecordDecl
2006 if (Base->isInterface() || !Base->isInterfaceLike()) in isInterfaceLike()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h1831 bool isInterfaceLike() const;
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp2811 (!RD->isInterfaceLike() || in AttachBaseSpecifiers()