CXXRecordDecl     125 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp typedef std::vector<CXXRecordDecl*> RecordVector;
CXXRecordDecl     129 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp static bool IsTemplateInstantiation(CXXRecordDecl* record) {
CXXRecordDecl     159 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp   bool VisitCXXRecordDecl(CXXRecordDecl* record) {
CXXRecordDecl     351 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp           if (CXXRecordDecl* decl = type->getAsCXXRecordDecl()) {
CXXRecordDecl     642 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     CXXRecordDecl* record = info->record();
CXXRecordDecl     711 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp     CXXRecordDecl* base = trace_dispatch ? trace_dispatch->getParent()
CXXRecordDecl    1055 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp                                  CXXRecordDecl* base) {
CXXRecordDecl     142 tools/clang/blink_gc_plugin/Config.h     clang::CXXRecordDecl* pointee_type =
CXXRecordDecl      11 tools/clang/blink_gc_plugin/RecordInfo.cpp RecordInfo::RecordInfo(CXXRecordDecl* record, RecordCache* cache)
CXXRecordDecl      67 tools/clang/blink_gc_plugin/RecordInfo.cpp       if (CXXRecordDecl* decl = (*it)->getAsCXXRecordDecl())
CXXRecordDecl      79 tools/clang/blink_gc_plugin/RecordInfo.cpp   if (CXXRecordDecl* record = specifier->getType()->getAsCXXRecordDecl())
CXXRecordDecl     111 tools/clang/blink_gc_plugin/RecordInfo.cpp     CXXRecordDecl* base = elem.Base->getType()->getAsCXXRecordDecl();
CXXRecordDecl     129 tools/clang/blink_gc_plugin/RecordInfo.cpp     CXXRecordDecl* base = elem.Base->getType()->getAsCXXRecordDecl();
CXXRecordDecl     144 tools/clang/blink_gc_plugin/RecordInfo.cpp   CXXRecordDecl* base = elem.Base->getType()->getAsCXXRecordDecl();
CXXRecordDecl     157 tools/clang/blink_gc_plugin/RecordInfo.cpp RecordInfo* RecordCache::Lookup(CXXRecordDecl* record) {
CXXRecordDecl     179 tools/clang/blink_gc_plugin/RecordInfo.cpp     for (CXXRecordDecl::method_iterator it = record_->method_begin();
CXXRecordDecl     197 tools/clang/blink_gc_plugin/RecordInfo.cpp     for (CXXRecordDecl::method_iterator it = record_->method_begin();
CXXRecordDecl     214 tools/clang/blink_gc_plugin/RecordInfo.cpp     for (CXXRecordDecl::method_iterator it = record_->method_begin();
CXXRecordDecl     285 tools/clang/blink_gc_plugin/RecordInfo.cpp   for (CXXRecordDecl::ctor_iterator it = record_->ctor_begin();
CXXRecordDecl     291 tools/clang/blink_gc_plugin/RecordInfo.cpp   for (CXXRecordDecl::method_iterator it = record_->method_begin();
CXXRecordDecl     305 tools/clang/blink_gc_plugin/RecordInfo.cpp   for (CXXRecordDecl::base_class_iterator it = record_->bases_begin();
CXXRecordDecl     312 tools/clang/blink_gc_plugin/RecordInfo.cpp     CXXRecordDecl* base = info->record();
CXXRecordDecl     358 tools/clang/blink_gc_plugin/RecordInfo.cpp   for (CXXRecordDecl::method_iterator it = record_->method_begin();
CXXRecordDecl      79 tools/clang/blink_gc_plugin/RecordInfo.h   clang::CXXRecordDecl* record() const { return record_; }
CXXRecordDecl     106 tools/clang/blink_gc_plugin/RecordInfo.h   RecordInfo(clang::CXXRecordDecl* record, RecordCache* cache);
CXXRecordDecl     116 tools/clang/blink_gc_plugin/RecordInfo.h   clang::CXXRecordDecl* record_;
CXXRecordDecl     140 tools/clang/blink_gc_plugin/RecordInfo.h   RecordInfo* Lookup(clang::CXXRecordDecl* record);
CXXRecordDecl     142 tools/clang/blink_gc_plugin/RecordInfo.h   RecordInfo* Lookup(const clang::CXXRecordDecl* record) {
CXXRecordDecl     143 tools/clang/blink_gc_plugin/RecordInfo.h     return Lookup(const_cast<clang::CXXRecordDecl*>(record));
CXXRecordDecl     147 tools/clang/blink_gc_plugin/RecordInfo.h     return Lookup(clang::dyn_cast<clang::CXXRecordDecl>(decl));
CXXRecordDecl      64 tools/clang/plugins/ChromeClassTester.cpp   if (CXXRecordDecl* record = dyn_cast<CXXRecordDecl>(tag)) {
CXXRecordDecl      55 tools/clang/plugins/ChromeClassTester.h                                 clang::CXXRecordDecl* record) = 0;
CXXRecordDecl      66 tools/clang/plugins/FindBadConstructs.cpp   if (const CXXRecordDecl* cxx_r = type->getPointeeCXXRecordDecl())
CXXRecordDecl     130 tools/clang/plugins/FindBadConstructs.cpp                                 CXXRecordDecl* record) {
CXXRecordDecl     216 tools/clang/plugins/FindBadConstructs.cpp                            CXXRecordDecl* record) {
CXXRecordDecl     229 tools/clang/plugins/FindBadConstructs.cpp     for (CXXRecordDecl::base_class_const_iterator it = record->bases_begin();
CXXRecordDecl     276 tools/clang/plugins/FindBadConstructs.cpp         for (CXXRecordDecl::ctor_iterator it = record->ctor_begin();
CXXRecordDecl     398 tools/clang/plugins/FindBadConstructs.cpp                            CXXRecordDecl* record,
CXXRecordDecl     400 tools/clang/plugins/FindBadConstructs.cpp     for (CXXRecordDecl::field_iterator it = record->field_begin();
CXXRecordDecl     402 tools/clang/plugins/FindBadConstructs.cpp       CXXRecordDecl* record_type =
CXXRecordDecl     412 tools/clang/plugins/FindBadConstructs.cpp     for (CXXRecordDecl::method_iterator it = record->method_begin();
CXXRecordDecl     489 tools/clang/plugins/FindBadConstructs.cpp       const CXXRecordDecl* record,
CXXRecordDecl     558 tools/clang/plugins/FindBadConstructs.cpp     CXXRecordDecl* record = dyn_cast<CXXRecordDecl>(
CXXRecordDecl     597 tools/clang/plugins/FindBadConstructs.cpp                             CXXRecordDecl* record) {
CXXRecordDecl     667 tools/clang/plugins/FindBadConstructs.cpp       const CXXRecordDecl* problem_record = dyn_cast<CXXRecordDecl>(
CXXRecordDecl     696 tools/clang/plugins/FindBadConstructs.cpp                                   CXXRecordDecl* record) {