Searched refs:AdjustedFnType (Results 1 – 1 of 1) sorted by relevance
7340 QualType AdjustedFnType = FD->getType(); in checkOpenMPDeclareVariantFunction() local7342 const auto *PTy = AdjustedFnType->getAsAdjusted<FunctionProtoType>(); in checkOpenMPDeclareVariantFunction()7369 AdjustedFnType = Context.getFunctionType(PTy->getReturnType(), Params, in checkOpenMPDeclareVariantFunction()7381 AdjustedFnType, /*Qualifier=*/nullptr, Method->getParent()); in checkOpenMPDeclareVariantFunction()7397 FnPtrType = Context.getPointerType(AdjustedFnType); in checkOpenMPDeclareVariantFunction()7462 Context.mergeFunctionTypes(AdjustedFnType, NewFD->getType()); in checkOpenMPDeclareVariantFunction()