/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 67 TranslationUnitDecl *TUDecl; member in __anonc18055260111::RewriteObjC 605 TUDecl = Context->getTranslationUnitDecl(); in InitializeCommon() 2266 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSelGetUidFunctionDecl() 2362 SuperContructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperContructorFunctionDecl() 2381 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl() 2392 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in SynthMsgSendSuperFunctionDecl() 2403 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl() 2422 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendStretFunctionDecl() 2435 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in SynthMsgSendSuperStretFunctionDecl() 2446 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl() [all …]
|
D | RewriteModernObjC.cpp | 68 TranslationUnitDecl *TUDecl; member in __anonecd5d26b0111::RewriteModernObjC 668 TUDecl = Context->getTranslationUnitDecl(); in InitializeCommon() 865 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in getIvarAccessString() 2364 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSelGetUidFunctionDecl() 2462 SuperContructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperContructorFunctionDecl() 2481 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl() 2495 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl() 2514 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendStretFunctionDecl() 2530 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl() 2550 MsgSendFpretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFpretFunctionDecl() [all …]
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1591 DeclContext *TUDecl = Context.getTranslationUnitDecl(); in FindAllocationFunctions() local 1593 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl, in FindAllocationFunctions() 1605 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl, in FindAllocationFunctions() 2082 DeclContext *TUDecl = Context.getTranslationUnitDecl(); in FindDeallocationFunction() local 2087 DeallocArgs, TUDecl, !Diagnose, in FindDeallocationFunction() 2282 DeclContext *TUDecl = Context.getTranslationUnitDecl(); in ActOnCXXDelete() local 2289 DeallocArgs, TUDecl, /*AllowMissing=*/false, in ActOnCXXDelete()
|
D | TreeTransform.h | 2513 TranslationUnitDecl *TUDecl = SemaRef.Context.getTranslationUnitDecl(); in RebuildShuffleVectorExpr() local 2514 DeclContext::lookup_result Lookup = TUDecl->lookup(DeclarationName(&Name)); in RebuildShuffleVectorExpr()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 371 TranslationUnitDecl *TUDecl; variable 735 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; } in getTranslationUnitDecl()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 730 TUDecl = TranslationUnitDecl::Create(*this); in ASTContext() 4470 CreateRecordDecl(*this, TTK_Struct, TUDecl, in getCFConstantStringType() 4507 CreateRecordDecl(*this, TTK_Struct, TUDecl, &Idents.get("objc_super")); in getObjCSuperType() 4508 TUDecl->addDecl(ObjCSuperTypeDecl); in getObjCSuperType() 4526 T = CreateRecordDecl(*this, TTK_Struct, TUDecl, in getBlockDescriptorType() 4565 T = CreateRecordDecl(*this, TTK_Struct, TUDecl, in getBlockDescriptorExtendedType()
|