Searched refs:FnPtrType (Results 1 – 2 of 2) sorted by relevance
4843 auto FnPtrType = CGM.getContext().getPointerType(FnTy->desugar()); in collectDefaultFieldsForBlockLiteralDeclare() local4844 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
7402 QualType FnPtrType; in checkOpenMPDeclareVariantFunction() local7407 FnPtrType = Context.getMemberPointerType(AdjustedFnType, ClassType); in checkOpenMPDeclareVariantFunction()7423 FnPtrType = Context.getPointerType(AdjustedFnType); in checkOpenMPDeclareVariantFunction()7426 if (VarianPtrType.getUnqualifiedType() != FnPtrType.getUnqualifiedType()) { in checkOpenMPDeclareVariantFunction()7428 VariantRef, FnPtrType.getUnqualifiedType(), in checkOpenMPDeclareVariantFunction()7437 << ((Method && !Method->isStatic()) ? FnPtrType : FD->getType()) in checkOpenMPDeclareVariantFunction()7442 VariantRef, FnPtrType.getUnqualifiedType(), AA_Converting); in checkOpenMPDeclareVariantFunction()