GetBases          352 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp             RecordInfo::Bases::iterator it = info_->GetBases().find(decl);
GetBases          353 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp             if (it != info_->GetBases().end())
GetBases          670 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp       for (RecordInfo::Bases::iterator it = info->GetBases().begin();
GetBases          671 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp            it != info->GetBases().end();
GetBases          782 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     for (RecordInfo::Bases::iterator it = info->GetBases().begin();
GetBases          783 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp          it != info->GetBases().end();
GetBases          837 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp       for (RecordInfo::Bases::iterator it = parent->GetBases().begin();
GetBases          838 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp            it != parent->GetBases().end();
GetBases          853 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     for (RecordInfo::Bases::iterator it = parent->GetBases().begin();
GetBases          854 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp          it != parent->GetBases().end();
GetBases          942 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     RecordInfo::Bases& bases = info->GetBases();
GetBases          171 tools/clang/blink_gc_plugin/RecordInfo.cpp     for (Bases::iterator it = GetBases().begin();
GetBases          172 tools/clang/blink_gc_plugin/RecordInfo.cpp          it != GetBases().end();
GetBases          265 tools/clang/blink_gc_plugin/RecordInfo.cpp   for (Bases::iterator it = GetBases().begin(); it != GetBases().end(); ++it) {
GetBases          275 tools/clang/blink_gc_plugin/RecordInfo.cpp   for (Bases::iterator it = GetBases().begin(); it != GetBases().end(); ++it) {
GetBases          383 tools/clang/blink_gc_plugin/RecordInfo.cpp   for (Bases::iterator it = GetBases().begin(); it != GetBases().end(); ++it) {
GetBases          418 tools/clang/blink_gc_plugin/RecordInfo.cpp   for (Bases::iterator it = GetBases().begin(); it != GetBases().end(); ++it) {
GetBases           82 tools/clang/blink_gc_plugin/RecordInfo.h   Bases& GetBases();