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

References

tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 3973   if (EPI.ExtInfo.getCC() != CC) {
 3974     EPI.ExtInfo = EPI.ExtInfo.withCallingConv(CC);
 3974     EPI.ExtInfo = EPI.ExtInfo.withCallingConv(CC);
 3979   if (EPI.ExtInfo.getNoReturn() != NoReturn) {
 3980     EPI.ExtInfo = EPI.ExtInfo.withNoReturn(NoReturn);
 3980     EPI.ExtInfo = EPI.ExtInfo.withNoReturn(NoReturn);
 3986     EPI.ExceptionSpec = FunctionTypeP->getExtProtoInfo().ExceptionSpec;
 3994                                  ArgFunctionTypeP->getParamTypes(), EPI);