Home
last modified time | relevance | path

Searched defs:isBaseOf (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTTypeTraits.cpp49 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 Ddclass.d442 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 Dmtype.d2188 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 Ddclass.c909 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 Dmtype.c1805 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 Dobject.d1697 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