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

References

tools/clang/lib/AST/VTableBuilder.cpp
 1008     return Thunks.size();
 1012     return Thunks.begin();
 1016     return Thunks.end();
 1062   SmallVectorImpl<ThunkInfo> &ThunksVector = Thunks[MD];
 2090   if (!Thunks.empty()) {
 2094     for (const auto &I : Thunks) {
 2107       ThunkInfoVectorTy ThunksVector = Thunks[MD];