Searched refs:FnPtrType (Results 1 – 2 of 2) sorted by relevance
7428 QualType FnPtrType; in checkOpenMPDeclareVariantFunction() local7433 FnPtrType = Context.getMemberPointerType(AdjustedFnType, ClassType); in checkOpenMPDeclareVariantFunction()7449 FnPtrType = Context.getPointerType(AdjustedFnType); in checkOpenMPDeclareVariantFunction()7452 if (VarianPtrType.getUnqualifiedType() != FnPtrType.getUnqualifiedType()) { in checkOpenMPDeclareVariantFunction()7454 VariantRef, FnPtrType.getUnqualifiedType(), in checkOpenMPDeclareVariantFunction()7463 << ((Method && !Method->isStatic()) ? FnPtrType : FD->getType()) in checkOpenMPDeclareVariantFunction()7468 VariantRef, FnPtrType.getUnqualifiedType(), Sema::AA_Converting); in checkOpenMPDeclareVariantFunction()
5201 auto FnPtrType = CGM.getContext().getPointerType(FnTy->desugar()); in collectDefaultFieldsForBlockLiteralDeclare() local5202 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()