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

References

tools/clang/lib/CodeGen/CGVTables.cpp
  652       GD = component.getFunctionDecl();
  655       GD = GlobalDecl(component.getDestructorDecl(), Dtor_Complete);
  658       GD = GlobalDecl(component.getDestructorDecl(), Dtor_Deleting);
  666       const CXXMethodDecl *MD = cast<CXXMethodDecl>(GD.getDecl());
  691     if (cast<CXXMethodDecl>(GD.getDecl())->isPure()) {
  698     } else if (cast<CXXMethodDecl>(GD.getDecl())->isDeleted()) {
  710       fnPtr = maybeEmitThunk(GD, thunkInfo, /*ForVTable=*/true);
  714       llvm::Type *fnTy = CGM.getTypes().GetFunctionTypeForVTable(GD);
  715       fnPtr = CGM.GetAddrOfFunction(GD, fnTy, /*ForVTable=*/true);