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

References

tools/clang/lib/Sema/SemaLambda.cpp
 1262       CallOpProto->getExtProtoInfo();
 1265       CallOpProto->isVariadic(), /*IsCXXMethod=*/false);
 1270   return Context.getFunctionType(CallOpProto->getReturnType(),
 1271                                  CallOpProto->getParamTypes(), InvokerExtInfo);