Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4112 const auto *ArgFunctionTypeP = ArgFunctionType->castAs<FunctionProtoType>(); in adjustCCAndNoReturn() local
4113 FunctionProtoType::ExtProtoInfo EPI = ArgFunctionTypeP->getExtProtoInfo(); in adjustCCAndNoReturn()
4129 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
4137 return Context.getFunctionType(ArgFunctionTypeP->getReturnType(), in adjustCCAndNoReturn()
4138 ArgFunctionTypeP->getParamTypes(), EPI); in adjustCCAndNoReturn()