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

References

tools/clang/include/clang/CodeGen/CGFunctionInfo.h
  444     return forPrototypePlus(prototype.getTypePtr(), additional);
  448     return forPrototypePlus(prototype, 0);
  452     return forPrototypePlus(prototype.getTypePtr(), 0);
tools/clang/lib/CodeGen/CGCall.cpp
  579       required = RequiredArgs::forPrototypePlus(proto, numExtraRequiredArgs);
  635                                  RequiredArgs::forPrototypePlus(proto, 1));
tools/clang/lib/CodeGen/CGExprCXX.cpp
   56   RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, Args.size());
  453   RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, 1);
tools/clang/lib/CodeGen/CGVTables.cpp
  342       CallArgs, FPT, RequiredArgs::forPrototypePlus(FPT, 1), PrefixArgs);