Lines Matching refs:InterfaceDeclaration
1400 InterfaceDeclaration::InterfaceDeclaration(Loc loc, Identifier *id, BaseClasses *baseclasses) in InterfaceDeclaration() function
1410 Dsymbol *InterfaceDeclaration::syntaxCopy(Dsymbol *s) in syntaxCopy()
1412 InterfaceDeclaration *id = in syntaxCopy()
1413 s ? (InterfaceDeclaration *)s in syntaxCopy()
1414 : new InterfaceDeclaration(loc, ident, NULL); in syntaxCopy()
1418 Scope *InterfaceDeclaration::newScope(Scope *sc) in newScope()
1430 void InterfaceDeclaration::semantic(Scope *sc) in semantic()
1738 bool InterfaceDeclaration::isBaseOf(ClassDeclaration *cd, int *poffset) in isBaseOf()
1770 bool InterfaceDeclaration::isBaseOf(BaseClass *bc, int *poffset) in isBaseOf()
1804 int InterfaceDeclaration::vtblOffset() const in vtblOffset()
1811 bool InterfaceDeclaration::isCOMinterface() const in isCOMinterface()
1816 bool InterfaceDeclaration::isCPPinterface() const in isCPPinterface()
1824 const char *InterfaceDeclaration::kind() const in kind()