Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4236 const auto *ArgFunctionTypeP = ArgFunctionType->castAs<FunctionProtoType>(); in adjustCCAndNoReturn() local
4237 FunctionProtoType::ExtProtoInfo EPI = ArgFunctionTypeP->getExtProtoInfo(); in adjustCCAndNoReturn()
4253 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
4261 return Context.getFunctionType(ArgFunctionTypeP->getReturnType(), in adjustCCAndNoReturn()
4262 ArgFunctionTypeP->getParamTypes(), EPI); in adjustCCAndNoReturn()