reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 3972   CallingConv CC = FunctionTypeP->getCallConv();
 3978   bool NoReturn = FunctionTypeP->getNoReturnAttr();
 3984   if (AdjustExceptionSpec && (FunctionTypeP->hasExceptionSpec() ||
 3986     EPI.ExceptionSpec = FunctionTypeP->getExtProtoInfo().ExceptionSpec;