Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4225 const auto *ArgFunctionTypeP = ArgFunctionType->castAs<FunctionProtoType>(); in adjustCCAndNoReturn() local
4226 FunctionProtoType::ExtProtoInfo EPI = ArgFunctionTypeP->getExtProtoInfo(); in adjustCCAndNoReturn()
4242 ArgFunctionTypeP->hasExceptionSpec())) { in adjustCCAndNoReturn()
4250 return Context.getFunctionType(ArgFunctionTypeP->getReturnType(), in adjustCCAndNoReturn()
4251 ArgFunctionTypeP->getParamTypes(), EPI); in adjustCCAndNoReturn()