Home | History | Annotate | Download | only in Frontend

Lines Matching refs:TUDecl

67     TranslationUnitDecl *TUDecl;
605 TUDecl = Context->getTranslationUnitDecl();
2266 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2362 SuperContructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2381 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2392 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2403 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2422 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2435 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2446 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2466 MsgSendFpretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2480 GetClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2495 GetSuperClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2510 GetMetaClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2545 VarDecl *NewVD = VarDecl::Create(*Context, TUDecl, SourceLocation(),
2565 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2593 ConstantStringDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
3098 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl,
3113 VarDecl *VD = VarDecl::Create(*Context, TUDecl, SourceLocation(),
3850 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
4449 return FunctionDecl::Create(*Context, TUDecl, SourceLocation(),
4531 VarDecl *NewVD = VarDecl::Create(*Context, TUDecl,
4593 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
5950 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
5991 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,