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

References

tools/clang/lib/AST/VTableBuilder.cpp
 3611     const CXXMethodDecl *MD = cast<const CXXMethodDecl>(I.first.getDecl());
 3618       IndicesMap[I.second] = MethodName + " [scalar deleting]";
 3620       IndicesMap[I.second] = MethodName;
 3623     if (!I.second.VFPtrOffset.isZero() || I.second.VBTableIndex != 0)
 3623     if (!I.second.VFPtrOffset.isZero() || I.second.VBTableIndex != 0)