Home
last modified time | relevance | path

Searched refs:AdjustedFnType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp7365 QualType AdjustedFnType = FD->getType(); in checkOpenMPDeclareVariantFunction() local
7367 const auto *PTy = AdjustedFnType->getAsAdjusted<FunctionProtoType>(); in checkOpenMPDeclareVariantFunction()
7394 AdjustedFnType = Context.getFunctionType(PTy->getReturnType(), Params, in checkOpenMPDeclareVariantFunction()
7407 FnPtrType = Context.getMemberPointerType(AdjustedFnType, ClassType); in checkOpenMPDeclareVariantFunction()
7423 FnPtrType = Context.getPointerType(AdjustedFnType); in checkOpenMPDeclareVariantFunction()
7487 Context.mergeFunctionTypes(AdjustedFnType, NewFD->getType()); in checkOpenMPDeclareVariantFunction()