Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:TUDecl

69     TranslationUnitDecl *TUDecl;
603 TUDecl = Context->getTranslationUnitDecl();
2230 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2326 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2345 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2356 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2367 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2386 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2399 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2410 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2430 MsgSendFpretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2444 GetClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2459 GetSuperClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2474 GetMetaClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2510 VarDecl *NewVD = VarDecl::Create(*Context, TUDecl, SourceLocation(),
2530 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2558 ConstantStringDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
3032 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl,
3047 VarDecl *VD = VarDecl::Create(*Context, TUDecl, SourceLocation(),
3772 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
4366 return FunctionDecl::Create(*Context, TUDecl, SourceLocation(),
4448 VarDecl *NewVD = VarDecl::Create(*Context, TUDecl,
4510 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
5851 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
5891 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,