Home
last modified time | relevance | path

Searched refs:TUDecl (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Rewrite/
DRewriteObjC.cpp65 TranslationUnitDecl *TUDecl; member in __anon83c1dbf00111::RewriteObjC
532 TUDecl = Context->getTranslationUnitDecl(); in Initialize()
1428 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in RewriteObjCIvarRefExpr()
1475 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in RewriteObjCIvarRefExpr()
2364 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSelGetUidFunctionDecl()
2461 SuperContructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperContructorFunctionDecl()
2482 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl()
2494 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in SynthMsgSendSuperFunctionDecl()
2506 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl()
2527 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendStretFunctionDecl()
[all …]
/external/clang/include/clang/AST/
DASTContext.h298 TranslationUnitDecl *TUDecl; variable
443 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; } in getTranslationUnitDecl()
/external/clang/lib/Sema/
DSemaExprCXX.cpp1284 DeclContext *TUDecl = Context.getTranslationUnitDecl(); in FindAllocationFunctions() local
1286 AllocArgs.size(), TUDecl, /*AllowMissing=*/false, in FindAllocationFunctions()
1755 DeclContext *TUDecl = Context.getTranslationUnitDecl(); in FindDeallocationFunction() local
1761 DeallocArgs, 1, TUDecl, !Diagnose, in FindDeallocationFunction()
1936 DeclContext *TUDecl = Context.getTranslationUnitDecl(); in ActOnCXXDelete() local
1939 &Arg, 1, TUDecl, /*AllowMissing=*/false, in ActOnCXXDelete()
DTreeTransform.h2277 TranslationUnitDecl *TUDecl = SemaRef.Context.getTranslationUnitDecl(); in RebuildShuffleVectorExpr() local
2278 DeclContext::lookup_result Lookup = TUDecl->lookup(DeclarationName(&Name)); in RebuildShuffleVectorExpr()
/external/clang/lib/AST/
DASTContext.cpp241 TUDecl = TranslationUnitDecl::Create(*this); in ASTContext()
3616 CreateRecordDecl(*this, TTK_Struct, TUDecl, in getCFConstantStringType()
3660 CreateRecordDecl(*this, TTK_Struct, TUDecl, in getNSConstantStringType()
3701 CreateRecordDecl(*this, TTK_Struct, TUDecl, in getObjCFastEnumerationStateType()
3738 T = CreateRecordDecl(*this, TTK_Struct, TUDecl, in getBlockDescriptorType()
3783 T = CreateRecordDecl(*this, TTK_Struct, TUDecl, in getBlockDescriptorExtendedType()
3858 T = CreateRecordDecl(*this, TTK_Struct, TUDecl, &Idents.get(Name.str())); in BuildByRefType()