Home | History | Annotate | Download | only in Frontend

Lines Matching refs:RecordDecl

84     RecordDecl *NSStringRecord;
92 RecordDecl *SuperStructDecl;
93 RecordDecl *ConstantStringDecl;
319 void RewriteRecordBody(RecordDecl *RD);
875 RecordDecl *RD = IvarT->getAs<RecordType>()->getDecl();
886 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
3036 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
3064 ConstantStringDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
3712 if (RecordDecl *RD = dyn_cast<RecordDecl>(Tag)) {
3747 RecordDecl *RD = Type->getAs<RecordType>()->getDecl();
3892 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct,
4719 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
5493 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
5496 assert(RD && "SynthBlockInitExpr(): Can't find RecordDecl");
5809 void RewriteModernObjC::RewriteRecordBody(RecordDecl *RD) {
5898 RecordDecl *RD = VD->getType()->getAs<RecordType>()->getDecl();
5935 RecordDecl *RD = cast<RecordDecl>(D);
7686 RecordDecl *RD = IvarT->getAs<RecordType>()->getDecl();
7697 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,