Home | History | Annotate | Download | only in AST

Lines Matching refs:getDecl

683                                   cast<UnresolvedUsingType>(T1)->getDecl(),
684 cast<UnresolvedUsingType>(T2)->getDecl()))
709 cast<TypedefType>(T1)->getDecl(),
710 cast<TypedefType>(T2)->getDecl()))
752 cast<TagType>(T1)->getDecl(),
753 cast<TagType>(T2)->getDecl()))
895 Iface1->getDecl(), Iface2->getDecl()))
959 RecordDecl *D1 = Field1->getType()->castAs<RecordType>()->getDecl();
960 RecordDecl *D2 = Field2->getType()->castAs<RecordType>()->getDecl();
1057 const RecordDecl *RecDecl = RecType->getDecl();
1775 = dyn_cast_or_null<TypedefNameDecl>(Importer.Import(T->getDecl()));
1838 CXXRecordDecl *D = cast_or_null<CXXRecordDecl>(Importer.Import(T->getDecl()));
1860 = dyn_cast_or_null<RecordDecl>(Importer.Import(T->getDecl()));
1869 = dyn_cast_or_null<EnumDecl>(Importer.Import(T->getDecl()));
1901 cast_or_null<TemplateTypeParmDecl>(Importer.Import(T->getDecl()));
1902 if (!ParmDecl && T->getDecl())
1951 = dyn_cast_or_null<ObjCInterfaceDecl>(Importer.Import(T->getDecl()));
2670 Found = Tag->getDecl();
2759 Found = Tag->getDecl();
4948 cast_or_null<LabelDecl>(Importer.Import(S->getDecl()));
4949 if (!ToLabelDecl && S->getDecl())
5382 ValueDecl *ToD = cast_or_null<ValueDecl>(Importer.Import(E->getDecl()));
5387 if (E->getDecl() != E->getFoundDecl()) {
5892 dyn_cast<NamedDecl>(Importer.Import(E->getFoundDecl().getDecl())),