Home
last modified time | relevance | path

Searched refs:InterfaceDeclaration (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/
H A DInterfaceDeclarationImpl.java17 import com.sun.mirror.declaration.InterfaceDeclaration;
27 public class InterfaceDeclarationImpl extends TypeDeclarationImpl implements InterfaceDeclaration, …
55 public InterfaceDeclaration getDeclaration() in getDeclaration()
57 return (InterfaceDeclaration)super.getDeclaration(); in getDeclaration()
H A DPackageDeclarationImpl.java39 import com.sun.mirror.declaration.InterfaceDeclaration;
152 public Collection<InterfaceDeclaration> getInterfaces() { in getInterfaces()
155 List<InterfaceDeclaration> interfaces = new ArrayList<>(); in getInterfaces()
159 interfaces.add((InterfaceDeclaration)_env.getTypeDeclaration(type)); in getInterfaces()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Ddclass.c798 InterfaceDeclaration::InterfaceDeclaration(Loc loc, Identifier *id, BaseClasses *baseclasses) in InterfaceDeclaration() function
808 Dsymbol *InterfaceDeclaration::syntaxCopy(Dsymbol *s) in syntaxCopy()
810 InterfaceDeclaration *id = in syntaxCopy()
811 s ? (InterfaceDeclaration *)s in syntaxCopy()
812 : new InterfaceDeclaration(loc, ident, NULL); in syntaxCopy()
816 Scope *InterfaceDeclaration::newScope(Scope *sc) in newScope()
871 bool InterfaceDeclaration::isBaseOf(BaseClass *bc, int *poffset) in isBaseOf()
905 int InterfaceDeclaration::vtblOffset() const in vtblOffset()
912 bool InterfaceDeclaration::isCOMinterface() const in isCOMinterface()
917 bool InterfaceDeclaration::isCPPinterface() const in isCPPinterface()
[all …]
H A Dobjc.h19 class InterfaceDeclaration; variable
49 virtual void setObjc(InterfaceDeclaration*) = 0;
H A Daggregate.h29 class InterfaceDeclaration; variable
329 class InterfaceDeclaration : public ClassDeclaration
332 InterfaceDeclaration(Loc loc, Identifier *id, BaseClasses *baseclasses);
342 InterfaceDeclaration *isInterfaceDeclaration() { return this; } in isInterfaceDeclaration()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Ddclass.c798 InterfaceDeclaration::InterfaceDeclaration(Loc loc, Identifier *id, BaseClasses *baseclasses) in InterfaceDeclaration() function
808 Dsymbol *InterfaceDeclaration::syntaxCopy(Dsymbol *s) in syntaxCopy()
810 InterfaceDeclaration *id = in syntaxCopy()
811 s ? (InterfaceDeclaration *)s in syntaxCopy()
812 : new InterfaceDeclaration(loc, ident, NULL); in syntaxCopy()
816 Scope *InterfaceDeclaration::newScope(Scope *sc) in newScope()
871 bool InterfaceDeclaration::isBaseOf(BaseClass *bc, int *poffset) in isBaseOf()
905 int InterfaceDeclaration::vtblOffset() const in vtblOffset()
912 bool InterfaceDeclaration::isCOMinterface() const in isCOMinterface()
917 bool InterfaceDeclaration::isCPPinterface() const in isCPPinterface()
[all …]
H A Dobjc.h19 class InterfaceDeclaration; variable
49 virtual void setObjc(InterfaceDeclaration*) = 0;
H A Daggregate.h29 class InterfaceDeclaration; variable
329 class InterfaceDeclaration : public ClassDeclaration
332 InterfaceDeclaration(Loc loc, Identifier *id, BaseClasses *baseclasses);
342 InterfaceDeclaration *isInterfaceDeclaration() { return this; } in isInterfaceDeclaration()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Ddclass.c798 InterfaceDeclaration::InterfaceDeclaration(Loc loc, Identifier *id, BaseClasses *baseclasses) in InterfaceDeclaration() function
808 Dsymbol *InterfaceDeclaration::syntaxCopy(Dsymbol *s) in syntaxCopy()
810 InterfaceDeclaration *id = in syntaxCopy()
811 s ? (InterfaceDeclaration *)s in syntaxCopy()
812 : new InterfaceDeclaration(loc, ident, NULL); in syntaxCopy()
816 Scope *InterfaceDeclaration::newScope(Scope *sc) in newScope()
871 bool InterfaceDeclaration::isBaseOf(BaseClass *bc, int *poffset) in isBaseOf()
905 int InterfaceDeclaration::vtblOffset() const in vtblOffset()
912 bool InterfaceDeclaration::isCOMinterface() const in isCOMinterface()
917 bool InterfaceDeclaration::isCPPinterface() const in isCPPinterface()
[all …]
H A Dobjc.h19 class InterfaceDeclaration; variable
49 virtual void setObjc(InterfaceDeclaration*) = 0;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.tests/src/org/eclipse/jdt/apt/tests/
H A DDeclarationVisitorTests.java38 import com.sun.mirror.declaration.InterfaceDeclaration;
76 testCaseIdentifier = Cases.InterfaceDeclaration; in testInterfaceDeclarationVisitor()
158 InterfaceDeclaration interfaceDecl = null; in _process()
194 case InterfaceDeclaration : in _process()
197 interfaceDecl = (InterfaceDeclaration)tempDecl; in _process()
321 public void visitInterfaceDeclaration(InterfaceDeclaration d) { in visitInterfaceDeclaration()
371 InterfaceDeclaration, enumConstant
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dobjc.h21 class InterfaceDeclaration; variable
64 virtual void setObjc(InterfaceDeclaration*) = 0;
78 virtual void setMetaclass(InterfaceDeclaration* id, Scope*) const = 0;
H A Daggregate.h24 class InterfaceDeclaration; variable
316 class InterfaceDeclaration : public ClassDeclaration
319 InterfaceDeclaration *syntaxCopy(Dsymbol *s);
327 InterfaceDeclaration *isInterfaceDeclaration() { return this; } in isInterfaceDeclaration()
H A Dobjc.d221 abstract void setObjc(InterfaceDeclaration);
340 abstract void setMetaclass(InterfaceDeclaration interfaceDeclaration, Scope* sc) const;
415 override void setObjc(InterfaceDeclaration id) in setObjc()
475 override void setMetaclass(InterfaceDeclaration, Scope*) const in setMetaclass() argument
529 override void setObjc(InterfaceDeclaration id) in setObjc()
741 override void setMetaclass(InterfaceDeclaration interfaceDeclaration, Scope* sc) const in setMetaclass()
746 return new InterfaceDeclaration(loc, ident, metaBases); in setMetaclass()
892 if (is(T == ClassDeclaration) || is(T == InterfaceDeclaration))
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dobjc.h19 class InterfaceDeclaration; variable
49 virtual void setObjc(InterfaceDeclaration*) = 0;
H A Daggregate.h29 class InterfaceDeclaration; variable
320 class InterfaceDeclaration : public ClassDeclaration
323 InterfaceDeclaration(Loc loc, Identifier *id, BaseClasses *baseclasses);
334 InterfaceDeclaration *isInterfaceDeclaration() { return this; } in isInterfaceDeclaration()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dobjc.h19 class InterfaceDeclaration; variable
49 virtual void setObjc(InterfaceDeclaration*) = 0;
H A Daggregate.h29 class InterfaceDeclaration; variable
333 class InterfaceDeclaration : public ClassDeclaration
336 InterfaceDeclaration(Loc loc, Identifier *id, BaseClasses *baseclasses);
347 InterfaceDeclaration *isInterfaceDeclaration() { return this; } in isInterfaceDeclaration()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dobjc.h19 class InterfaceDeclaration; variable
49 virtual void setObjc(InterfaceDeclaration*) = 0;
H A Daggregate.h29 class InterfaceDeclaration; variable
333 class InterfaceDeclaration : public ClassDeclaration
336 InterfaceDeclaration(Loc loc, Identifier *id, BaseClasses *baseclasses);
347 InterfaceDeclaration *isInterfaceDeclaration() { return this; } in isInterfaceDeclaration()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dobjc.h19 class InterfaceDeclaration; variable
49 virtual void setObjc(InterfaceDeclaration*) = 0;
H A Daggregate.h29 class InterfaceDeclaration; variable
320 class InterfaceDeclaration : public ClassDeclaration
323 InterfaceDeclaration(Loc loc, Identifier *id, BaseClasses *baseclasses);
334 InterfaceDeclaration *isInterfaceDeclaration() { return this; } in isInterfaceDeclaration()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dobjc.h19 class InterfaceDeclaration; variable
49 virtual void setObjc(InterfaceDeclaration*) = 0;
H A Daggregate.h29 class InterfaceDeclaration; variable
333 class InterfaceDeclaration : public ClassDeclaration
336 InterfaceDeclaration(Loc loc, Identifier *id, BaseClasses *baseclasses);
347 InterfaceDeclaration *isInterfaceDeclaration() { return this; } in isInterfaceDeclaration()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dobjc.h19 class InterfaceDeclaration; variable
49 virtual void setObjc(InterfaceDeclaration*) = 0;

12345678910>>...16