Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp68 TranslationUnitDecl *TUDecl; member in __anonf8c858050111::RewriteObjC
604 TUDecl = Context->getTranslationUnitDecl(); in InitializeCommon()
2235 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSelGetUidFunctionDecl()
2330 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperConstructorFunctionDecl()
2349 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl()
2360 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in SynthMsgSendSuperFunctionDecl()
2371 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl()
2390 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendStretFunctionDecl()
2403 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
2414 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
[all …]
H A DRewriteModernObjC.cpp69 TranslationUnitDecl *TUDecl; member in __anon7c92408a0111::RewriteModernObjC
675 TUDecl = Context->getTranslationUnitDecl(); in InitializeCommon()
867 RecordDecl::Create(*Context, TTK_Struct, TUDecl, SourceLocation(), in getIvarAccessString()
2321 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSelGetUidFunctionDecl()
2419 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperConstructorFunctionDecl()
2438 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl()
2452 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl()
2471 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendStretFunctionDecl()
2487 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
2507 MsgSendFpretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFpretFunctionDecl()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDANV.cpp334 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); in emitDeviceStubBodyNew() local
335 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in emitDeviceStubBodyNew()
H A DCGObjCGNU.cpp1231 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); in GetClassVar() local
1232 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in GetClassVar()
2318 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); in EmitNSAutoreleasePoolClassRef() local
2319 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in EmitNSAutoreleasePoolClassRef()
H A DCGBlocks.cpp2882 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); in configureBlocksRuntimeObject() local
2883 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in configureBlocksRuntimeObject()
H A DCodeGenModule.cpp3690 TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); in GetRuntimeFunctionDecl() local
3691 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in GetRuntimeFunctionDecl()
5087 TranslationUnitDecl *TUDecl = Context.getTranslationUnitDecl(); in GetAddrOfConstantCFString() local
5088 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in GetAddrOfConstantCFString()
H A DCGObjCMac.cpp6521 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); in getStorage() local
6522 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in getStorage()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h558 TranslationUnitDecl *TUDecl; variable
994 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; } in getTranslationUnitDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp984 TUDecl = TranslationUnitDecl::Create(*this); in ASTContext()
985 TraversalScope = {TUDecl}; in ASTContext()
1199 auto *BuiltinTemplate = BuiltinTemplateDecl::Create(*this, TUDecl, II, BTK); in buildBuiltinTemplateDecl()
1201 TUDecl->addDecl(BuiltinTemplate); in buildBuiltinTemplateDecl()
1488 TUDecl->addDecl(MSGuidTagDecl); in InitBuiltinTypes()
6610 TUDecl->addDecl(ObjCSuperTypeDecl); in getObjCSuperType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h3587 TranslationUnitDecl *TUDecl = SemaRef.Context.getTranslationUnitDecl(); in RebuildShuffleVectorExpr() local
3588 DeclContext::lookup_result Lookup = TUDecl->lookup(DeclarationName(&Name)); in RebuildShuffleVectorExpr()