Searched refs:TUDecl (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 69 TranslationUnitDecl *TUDecl; member in __anon84a5219c0111::RewriteObjC 603 TUDecl = Context->getTranslationUnitDecl(); in InitializeCommon() 2229 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSelGetUidFunctionDecl() 2325 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperConstructorFunctionDecl() 2344 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl() 2355 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in SynthMsgSendSuperFunctionDecl() 2366 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl() 2385 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendStretFunctionDecl() 2398 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in SynthMsgSendSuperStretFunctionDecl() 2409 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl() [all …]
|
D | RewriteModernObjC.cpp | 69 TranslationUnitDecl *TUDecl; member in __anon5ebb9f610111::RewriteModernObjC 677 TUDecl = Context->getTranslationUnitDecl(); in InitializeCommon() 874 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in getIvarAccessString() 2341 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSelGetUidFunctionDecl() 2439 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperConstructorFunctionDecl() 2458 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl() 2472 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl() 2491 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendStretFunctionDecl() 2507 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl() 2527 MsgSendFpretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFpretFunctionDecl() [all …]
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 385 TranslationUnitDecl *TUDecl; variable 784 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; } in getTranslationUnitDecl()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1764 DeclContext *TUDecl = Context.getTranslationUnitDecl(); in FindAllocationFunctions() local 1766 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl, in FindAllocationFunctions() 1778 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl, in FindAllocationFunctions()
|
D | TreeTransform.h | 2729 TranslationUnitDecl *TUDecl = SemaRef.Context.getTranslationUnitDecl(); in RebuildShuffleVectorExpr() local 2730 DeclContext::lookup_result Lookup = TUDecl->lookup(DeclarationName(&Name)); in RebuildShuffleVectorExpr()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 749 TUDecl = TranslationUnitDecl::Create(*this); in ASTContext() 4710 TUDecl->addDecl(ObjCSuperTypeDecl); in getObjCSuperType()
|