Searched defs:VoidType (Results 1 – 10 of 10) sorted by relevance
32 public final class VoidType extends Type<VoidType> implements NodeWithAnnotations<VoidType> { class36 public VoidType() { in VoidType() method in VoidType39 public VoidType(Range range) { in VoidType() method in VoidType
30 public final class VoidType extends Type { class32 public VoidType() { in VoidType() method in VoidType35 …public VoidType(final int beginLine, final int beginColumn, final int endLine, final int endColumn… in VoidType() method in VoidType
46 public class VoidType extends Type implements NodeWithAnnotations<VoidType> { class49 public VoidType() { in VoidType() method in VoidType57 public VoidType(TokenRange tokenRange) { in VoidType() method in VoidType
24 public class VoidType implements Type { class27 private VoidType() { in VoidType() method in VoidType
39 public interface VoidType extends Type { interface
231 using VoidType = fruit::impl::meta::Type<void>; variable
85 class VoidType(BaseType): class
623 func (c Context) VoidType() (t Type) { t.C = C.LLVMVoidTypeInContext(c.C); return } func626 func VoidType() (t Type) { t.C = C.LLVMVoidType(); return } func
2361 Type *VoidType = Type::getVoidTy(Context); in parseConstants() local
2897 Type *VoidType = Type::getVoidTy(Context); in parseConstants() local