Searched defs:isBaseOf (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTTypeTraits.cpp | 49 bool ASTNodeKind::isBaseOf(ASTNodeKind Other, unsigned *Distance) const { in isBaseOf() function in ASTNodeKind 53 bool ASTNodeKind::isBaseOf(NodeKindId Base, NodeKindId Derived, in isBaseOf() function in ASTNodeKind
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dclass.d | 442 bool isBaseOf(ClassDeclaration cd, int* poffset) pure nothrow @nogc in isBaseOf() function 1051 override bool isBaseOf(ClassDeclaration cd, int* poffset) pure nothrow @nogc in isBaseOf() function
|
H A D | mtype.d | 2188 bool isBaseOf(Type t, int* poffset) in isBaseOf() function 6182 override bool isBaseOf(Type t, int* poffset) in isBaseOf() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | dclass.c | 909 bool ClassDeclaration::isBaseOf(ClassDeclaration *cd, int *poffset) in isBaseOf() function 1738 bool InterfaceDeclaration::isBaseOf(ClassDeclaration *cd, int *poffset) in isBaseOf() function 1770 bool InterfaceDeclaration::isBaseOf(BaseClass *bc, int *poffset) in isBaseOf() function
|
H A D | mtype.c | 1805 bool Type::isBaseOf(Type *, int *) in isBaseOf() function 8867 bool TypeClass::isBaseOf(Type *t, int *poffset) in isBaseOf() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/ |
H A D | object.d | 1697 final bool isBaseOf(scope const TypeInfo_Class child) const @nogc nothrow pure @trusted in isBaseOf() function 1816 final bool isBaseOf(scope const TypeInfo_Class child) const @nogc nothrow pure @trusted in isBaseOf() function 1832 final bool isBaseOf(scope const TypeInfo_Interface child) const @nogc nothrow pure @trusted in isBaseOf() function
|