Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/
H A Dtypecons.d186 private enum isInterface(ConceptType) = is(ConceptType == interface);
190 if (Targets.length >= 1 && allSatisfy!(isInterface, Targets))
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
H A Dtypecons.d185 private enum isInterface(ConceptType) = is(ConceptType == interface);
189 if (Targets.length >= 1 && allSatisfy!(isInterface, Targets))
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp1926 if (isInterface()) in isInterfaceLike()
1969 if (Base->isInterface() || !Base->isInterfaceLike()) in isInterfaceLike()
H A DType.cpp577 return RT->getDecl()->isInterface(); in isInterfaceType()
584 return RD->isStruct() || RD->isClass() || RD->isInterface(); in isStructureOrClassType()
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dj_methodcalls_example.txt459 311492 2 java/lang/Class.isInterface
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dj_methodcalls_example.txt459 311492 2 java/lang/Class.isInterface
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3475 bool isInterface() const { return getTagKind() == TTK_Interface; } in isInterface() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1068 if (RD->isStruct() || RD->isInterface()) in getTagForRecord()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp2736 if (Class->isInterface() && in AttachBaseSpecifiers()
3248 if (cast<CXXRecordDecl>(CurContext)->isInterface()) { in ActOnCXXMemberDeclarator()
H A DSemaDecl.cpp9026 if (Parent->isInterface() && cast<CXXMethodDecl>(NewFD)->isUserProvided()) in ActOnFunctionDeclarator()