Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3958 const FunctionProtoType *ArgFunctionTypeP = in adjustCCAndNoReturn() local
3961 FunctionProtoType::ExtProtoInfo EPI = ArgFunctionTypeP->getExtProtoInfo(); in adjustCCAndNoReturn()
3977 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
3985 return Context.getFunctionType(ArgFunctionTypeP->getReturnType(), in adjustCCAndNoReturn()
3986 ArgFunctionTypeP->getParamTypes(), EPI); in adjustCCAndNoReturn()