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

References

tools/clang/lib/AST/VTableBuilder.cpp
 3068       Out << LinePrefix;
 3069     Out << "[return adjustment (to type '"
 3073       Out << "vbptr at offset " << R.Virtual.Microsoft.VBPtrOffset << ", ";
 3075       Out << "vbase #" << R.Virtual.Microsoft.VBIndex << ", ";
 3076     Out << R.NonVirtual << " non-virtual]";
 3083       Out << LinePrefix;
 3084     Out << "[this adjustment: ";
 3087       Out << "vtordisp at " << T.Virtual.Microsoft.VtordispOffset << ", ";
 3089         Out << "vbptr at " << T.Virtual.Microsoft.VBPtrOffset
 3092         Out << LinePrefix << " vboffset at "
 3096     Out << T.NonVirtual << " non-virtual]";