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

References

tools/clang/lib/CodeGen/CGVTables.cpp
  160   const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>();
  172   if (!MD->isDefined()) {
  173     CGM.ErrorUnsupported(MD, "return-adjusting thunk with variadic arguments");
  200   Address ThisPtr(&*AI, CGM.getClassPointerAlignment(MD->getParent()));