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

References

tools/clang/include/clang/AST/VTableBuilder.h
  516   MethodVFTableLocationsTy MethodVFTableLocations;
  535                            const MethodVFTableLocationsTy &NewMethods,
tools/clang/lib/AST/VTableBuilder.cpp
 3571   MethodVFTableLocationsTy NewMethodLocations;
 3603     const CXXRecordDecl *RD, const MethodVFTableLocationsTy &NewMethods,
 3739   MethodVFTableLocationsTy::iterator I = MethodVFTableLocations.find(GD);