Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7391 QualType AdjustedFnType = FD->getType(); in checkOpenMPDeclareVariantFunction() local
7393 const auto *PTy = AdjustedFnType->getAsAdjusted<FunctionProtoType>(); in checkOpenMPDeclareVariantFunction()
7420 AdjustedFnType = Context.getFunctionType(PTy->getReturnType(), Params, in checkOpenMPDeclareVariantFunction()
7433 FnPtrType = Context.getMemberPointerType(AdjustedFnType, ClassType); in checkOpenMPDeclareVariantFunction()
7449 FnPtrType = Context.getPointerType(AdjustedFnType); in checkOpenMPDeclareVariantFunction()
7513 Context.mergeFunctionTypes(AdjustedFnType, NewFD->getType()); in checkOpenMPDeclareVariantFunction()