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

References

tools/clang/lib/CodeGen/CGExprCXX.cpp
  306   if (const auto *Dtor = dyn_cast<CXXDestructorDecl>(CalleeDecl))
  310     FInfo = &CGM.getTypes().arrangeCXXMethodDeclaration(CalleeDecl);
  332                 C.getRecordType(CalleeDecl->getParent()),
  343   if (const CXXDestructorDecl *Dtor = dyn_cast<CXXDestructorDecl>(CalleeDecl)) {
  385                                         CalleeDecl->getParent());
  404             *this, CalleeDecl, This.getAddress(), UseVirtualCall);
  409       CalleeDecl, Callee, ReturnValue, This.getPointer(),