Searched refs:FnPtrType (Results 1 – 2 of 2) sorted by relevance
7377 QualType FnPtrType; in checkOpenMPDeclareVariantFunction() local7380 FnPtrType = Context.getMemberPointerType( in checkOpenMPDeclareVariantFunction()7397 FnPtrType = Context.getPointerType(AdjustedFnType); in checkOpenMPDeclareVariantFunction()7400 if (VarianPtrType.getUnqualifiedType() != FnPtrType.getUnqualifiedType()) { in checkOpenMPDeclareVariantFunction()7402 VariantRef, FnPtrType.getUnqualifiedType(), in checkOpenMPDeclareVariantFunction()7411 << ((Method && !Method->isStatic()) ? FnPtrType : FD->getType()) in checkOpenMPDeclareVariantFunction()7416 VariantRef, FnPtrType.getUnqualifiedType(), in checkOpenMPDeclareVariantFunction()
5464 auto FnPtrType = CGM.getContext().getPointerType(FnTy->desugar()); in collectDefaultFieldsForBlockLiteralDeclare() local5465 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()