Lines Matching refs:VoidTy
1270 assert(VoidTy.isNull() && "Context reinitialized?");
1280 InitBuiltinType(VoidTy, BuiltinType::Void);
1466 auto Q = VoidTy.getQualifiers();
1469 getQualifiedType(VoidTy.getUnqualifiedType(), Q)));
1471 VoidPtrTy = getPointerType(VoidTy);
7980 QualType T = Context->getPointerType(Context->VoidTy);
8007 FieldTypes[0] = Context->getPointerType(Context->VoidTy);
8011 FieldTypes[1] = Context->getPointerType(Context->VoidTy);
8015 FieldTypes[2] = Context->getPointerType(Context->VoidTy);
8072 FieldTypes[3] = Context->getPointerType(Context->VoidTy);
8076 FieldTypes[4] = Context->getPointerType(Context->VoidTy);
8131 FieldTypes[2] = Context->getPointerType(Context->VoidTy);
8135 FieldTypes[3] = Context->getPointerType(Context->VoidTy);
8197 Context->getPointerType(Context->VoidTy),
8234 FieldTypes[2] = Context->getPointerType(Context->VoidTy);
8238 FieldTypes[3] = Context->getPointerType(Context->VoidTy);
8280 FieldTypes[0] = Context->getPointerType(Context->VoidTy);
8284 FieldTypes[1] = Context->getPointerType(Context->VoidTy);
8288 FieldTypes[2] = Context->getPointerType(Context->VoidTy);
10364 Type = Context.VoidTy;