Searched refs:FnPtrType (Results 1 – 2 of 2) sorted by relevance
4560 auto FnPtrType = CGM.getContext().getPointerType(FnTy->desugar()); in collectDefaultFieldsForBlockLiteralDeclare() local4561 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()
6942 QualType FnPtrType; in checkOpenMPDeclareVariantFunction() local6947 FnPtrType = Context.getMemberPointerType(FD->getType(), ClassType); in checkOpenMPDeclareVariantFunction()6963 FnPtrType = Context.getPointerType(FD->getType()); in checkOpenMPDeclareVariantFunction()6966 if (VarianPtrType.getUnqualifiedType() != FnPtrType.getUnqualifiedType()) { in checkOpenMPDeclareVariantFunction()6968 VariantRef, FnPtrType.getUnqualifiedType(), in checkOpenMPDeclareVariantFunction()6977 << ((Method && !Method->isStatic()) ? FnPtrType : FD->getType()) in checkOpenMPDeclareVariantFunction()6982 VariantRef, FnPtrType.getUnqualifiedType(), AA_Converting); in checkOpenMPDeclareVariantFunction()