/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 68 TranslationUnitDecl *TUDecl; member in __anonc8a4c0a50111::RewriteObjC 603 TUDecl = Context->getTranslationUnitDecl(); in InitializeCommon() 2226 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSelGetUidFunctionDecl() 2321 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperConstructorFunctionDecl() 2340 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl() 2351 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in SynthMsgSendSuperFunctionDecl() 2362 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl() 2381 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendStretFunctionDecl() 2394 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in SynthMsgSendSuperStretFunctionDecl() 2405 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl() [all …]
|
D | RewriteModernObjC.cpp | 69 TranslationUnitDecl *TUDecl; member in __anon8682a12a0111::RewriteModernObjC 671 TUDecl = Context->getTranslationUnitDecl(); in InitializeCommon() 863 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in getIvarAccessString() 2315 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSelGetUidFunctionDecl() 2413 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperConstructorFunctionDecl() 2432 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl() 2446 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl() 2465 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendStretFunctionDecl() 2481 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl() 2501 MsgSendFpretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFpretFunctionDecl() [all …]
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 413 TranslationUnitDecl *TUDecl; variable 886 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; } in getTranslationUnitDecl()
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 2294 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); in configureBlocksRuntimeObject() local 2295 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in configureBlocksRuntimeObject()
|
D | CodeGenModule.cpp | 3122 TranslationUnitDecl *TUDecl = getContext().getTranslationUnitDecl(); in GetAddrOfConstantCFString() local 3123 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in GetAddrOfConstantCFString()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 2006 DeclContext *TUDecl = Context.getTranslationUnitDecl(); in FindAllocationFunctions() local 2008 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl, in FindAllocationFunctions() 2020 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl, in FindAllocationFunctions()
|
D | TreeTransform.h | 3000 TranslationUnitDecl *TUDecl = SemaRef.Context.getTranslationUnitDecl(); in RebuildShuffleVectorExpr() local 3001 DeclContext::lookup_result Lookup = TUDecl->lookup(DeclarationName(&Name)); in RebuildShuffleVectorExpr()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 752 TUDecl = TranslationUnitDecl::Create(*this); in ASTContext() 915 auto *BuiltinTemplate = BuiltinTemplateDecl::Create(*this, TUDecl, II, BTK); in buildBuiltinTemplateDecl() 917 TUDecl->addDecl(BuiltinTemplate); in buildBuiltinTemplateDecl() 4949 TUDecl->addDecl(ObjCSuperTypeDecl); in getObjCSuperType()
|