Searched refs:FnPtrType (Results 1 – 2 of 2) sorted by relevance
6926 QualType FnPtrType; in checkOpenMPDeclareVariantFunction() local6931 FnPtrType = Context.getMemberPointerType(FD->getType(), ClassType); in checkOpenMPDeclareVariantFunction()6947 FnPtrType = Context.getPointerType(FD->getType()); in checkOpenMPDeclareVariantFunction()6950 if (VarianPtrType.getUnqualifiedType() != FnPtrType.getUnqualifiedType()) { in checkOpenMPDeclareVariantFunction()6952 VariantRef, FnPtrType.getUnqualifiedType(), in checkOpenMPDeclareVariantFunction()6961 << ((Method && !Method->isStatic()) ? FnPtrType : FD->getType()) in checkOpenMPDeclareVariantFunction()6966 VariantRef, FnPtrType.getUnqualifiedType(), AA_Converting); in checkOpenMPDeclareVariantFunction()
4582 auto FnPtrType = CGM.getContext().getPointerType(FnTy->desugar()); in collectDefaultFieldsForBlockLiteralDeclare() local4583 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public, in collectDefaultFieldsForBlockLiteralDeclare()