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 __anon6618677d0111::VoidType970 VoidType Void;986 const VoidType *getVoidType() { return &Void; } in getVoidType()1096 if (isa<VoidType>(Param)) in getType()
3027 Type *VoidType = Type::getVoidTy(Context); in parseConstants() local3045 if (TypeList[Record[0]] == VoidType) in parseConstants()