Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4235 const auto *FunctionTypeP = FunctionType->castAs<FunctionProtoType>(); in adjustCCAndNoReturn() local
4240 CallingConv CC = FunctionTypeP->getCallConv(); in adjustCCAndNoReturn()
4246 bool NoReturn = FunctionTypeP->getNoReturnAttr(); in adjustCCAndNoReturn()
4252 if (AdjustExceptionSpec && (FunctionTypeP->hasExceptionSpec() || in adjustCCAndNoReturn()
4254 EPI.ExceptionSpec = FunctionTypeP->getExtProtoInfo().ExceptionSpec; in adjustCCAndNoReturn()