Home | History | Annotate | Download | only in Frontend

Lines Matching defs:TUDecl

67     TranslationUnitDecl *TUDecl;
612 TUDecl = Context->getTranslationUnitDecl();
2238 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2334 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2353 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2364 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2375 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2394 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2407 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2418 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2438 MsgSendFpretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2452 GetClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2467 GetSuperClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2482 GetMetaClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2518 VarDecl *NewVD = VarDecl::Create(*Context, TUDecl, SourceLocation(),
2538 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2566 ConstantStringDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
3052 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl,
3067 VarDecl *VD = VarDecl::Create(*Context, TUDecl, SourceLocation(),
3803 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
4399 return FunctionDecl::Create(*Context, TUDecl, SourceLocation(),
4481 VarDecl *NewVD = VarDecl::Create(*Context, TUDecl,
4543 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
5887 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
5928 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,