Lines Matching defs:TUDecl
69 TranslationUnitDecl *TUDecl;
675 TUDecl = Context->getTranslationUnitDecl();
867 RecordDecl::Create(*Context, TTK_Struct, TUDecl, SourceLocation(),
2321 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2419 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2438 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2452 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2471 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2487 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2507 MsgSendFpretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2521 GetClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2536 GetSuperClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2551 GetMetaClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2587 VarDecl *NewVD = VarDecl::Create(*Context, TUDecl, SourceLocation(),
2980 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
3008 ConstantStringDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
3177 FunctionDecl::Create(*Context, TUDecl, SourceLocation(), SourceLocation(),
3580 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl,
3596 VarDecl *VD = VarDecl::Create(*Context, TUDecl, SourceLocation(),
4603 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
5203 return FunctionDecl::Create(*Context, TUDecl, SourceLocation(),
5302 *Context, TUDecl, SourceLocation(), SourceLocation(),
5360 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
7491 VarDecl *NewVD = VarDecl::Create(*Context, TUDecl, SourceLocation(),
7522 *Context, TTK_Struct, TUDecl, SourceLocation(), SourceLocation(),