Searched refs:VoidType (Results 1 – 2 of 2) sorted by relevance
178 class VoidType : public Type { class180 VoidType() : Type(TypeKind::Void) {} in VoidType() function in __anon7f5bce5f0111::VoidType972 VoidType Void;988 const VoidType *getVoidType() { return &Void; } in getVoidType()1098 if (isa<VoidType>(Param)) in getType()
2403 Type *VoidType = Type::getVoidTy(Context); in parseConstants() local2421 if (TypeList[Record[0]] == VoidType) in parseConstants()