Home
last modified time | relevance | path

Searched refs:isInterface (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp1963 if (isInterface()) in isInterfaceLike()
2006 if (Base->isInterface() || !Base->isInterfaceLike()) in isInterfaceLike()
H A DType.cpp581 return RT->getDecl()->isInterface(); in isInterfaceType()
588 return RD->isStruct() || RD->isClass() || RD->isInterface(); in isStructureOrClassType()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h3640 bool isInterface() const { return getTagKind() == TTK_Interface; } in isInterface() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1089 if (RD->isStruct() || RD->isInterface()) in getTagForRecord()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp2810 if (Class->isInterface() && in AttachBaseSpecifiers()
3322 if (cast<CXXRecordDecl>(CurContext)->isInterface()) { in ActOnCXXMemberDeclarator()
H A DSemaDecl.cpp9667 if (Parent->isInterface() && cast<CXXMethodDecl>(NewFD)->isUserProvided()) in ActOnFunctionDeclarator()