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

References

tools/clang/include/clang/AST/VTableBuilder.h
  156     auto *DtorDecl = dyn_cast<CXXDestructorDecl>(getFunctionDecl());
  159       return GlobalDecl(getFunctionDecl());
tools/clang/lib/AST/VTableBuilder.cpp
 1161       MD = Component.getFunctionDecl();
 1935       const CXXMethodDecl *MD = Component.getFunctionDecl();
 3121       const CXXMethodDecl *MD = Component.getFunctionDecl();
tools/clang/lib/CodeGen/CGVTables.cpp
  652       GD = component.getFunctionDecl();
 1122               Comps[I].getFunctionDecl()->getType(),
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
  418        const CXXMethodDecl *Method = VtableComponent.getFunctionDecl();
  445         const CXXMethodDecl *Method = VtableComponent.getFunctionDecl();