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

Declarations

tools/clang/include/clang/AST/VTableBuilder.h
  555   MethodVFTableLocation getMethodVFTableLocation(GlobalDecl GD);

References

tools/clang/lib/AST/MicrosoftMangle.cpp
  666           VTContext->getMethodVFTableLocation(GlobalDecl(MD));
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1589           CGM.getMicrosoftVTableContext().getMethodVFTableLocation(GD);
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
  231           CGM.getMicrosoftVTableContext().getMethodVFTableLocation(MD);
 1360       CGM.getMicrosoftVTableContext().getMethodVFTableLocation(GD);
 1408       CGM.getMicrosoftVTableContext().getMethodVFTableLocation(LookupGD);
 1871   MethodVFTableLocation ML = VFTContext.getMethodVFTableLocation(GD);
 2794     MethodVFTableLocation ML = VTableContext.getMethodVFTableLocation(MD);