Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp69 TranslationUnitDecl *TUDecl; member in __anonb8493dda0111::RewriteObjC
602 TUDecl = Context->getTranslationUnitDecl(); in InitializeCommon()
2233 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSelGetUidFunctionDecl()
2328 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperConstructorFunctionDecl()
2347 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl()
2358 RecordDecl *RD = RecordDecl::Create(*Context, TagTypeKind::Struct, TUDecl, in SynthMsgSendSuperFunctionDecl()
2369 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl()
2388 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendStretFunctionDecl()
2401 RecordDecl *RD = RecordDecl::Create(*Context, TagTypeKind::Struct, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
2412 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
[all …]
H A DRewriteModernObjC.cpp71 TranslationUnitDecl *TUDecl; member in __anonc09f721f0111::RewriteModernObjC
674 TUDecl = Context->getTranslationUnitDecl(); in InitializeCommon()
865 RecordDecl *RD = RecordDecl::Create(*Context, TagTypeKind::Struct, TUDecl, in getIvarAccessString()
2320 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSelGetUidFunctionDecl()
2418 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSuperConstructorFunctionDecl()
2437 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl()
2451 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl()
2470 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendStretFunctionDecl()
2486 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
2506 MsgSendFpretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFpretFunctionDecl()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h676 TranslationUnitDecl *TUDecl = nullptr; variable
1194 return TUDecl->getMostRecentDecl(); in getTranslationUnitDecl()
1197 assert(!TUDecl || TUKind == TU_Incremental); in addTranslationUnitDecl()
1199 if (TraversalScope.empty() || TraversalScope.back() == TUDecl) in addTranslationUnitDecl()
1201 if (TUDecl) in addTranslationUnitDecl()
1202 NewTUDecl->setPreviousDecl(TUDecl); in addTranslationUnitDecl()
1203 TUDecl = NewTUDecl; in addTranslationUnitDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp409 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); in emitDeviceStubBodyNew() local
410 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in emitDeviceStubBodyNew()
H A DCGObjCGNU.cpp1249 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); in GetClassVar() local
1250 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in GetClassVar()
2544 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); in EmitNSAutoreleasePoolClassRef() local
2545 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in EmitNSAutoreleasePoolClassRef()
H A DCGBlocks.cpp2899 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); in configureBlocksRuntimeObject() local
2900 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in configureBlocksRuntimeObject()
H A DCodeGenModule.cpp5057 TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); in GetRuntimeFunctionDecl() local
5058 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in GetRuntimeFunctionDecl()
6583 TranslationUnitDecl *TUDecl = Context.getTranslationUnitDecl(); in GetAddrOfConstantCFString() local
6584 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in GetAddrOfConstantCFString()
H A DCGObjCMac.cpp6350 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); in getStorage() local
6351 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in getStorage()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3955 TranslationUnitDecl *TUDecl = SemaRef.Context.getTranslationUnitDecl(); in RebuildShuffleVectorExpr() local
3956 DeclContext::lookup_result Lookup = TUDecl->lookup(DeclarationName(&Name)); in RebuildShuffleVectorExpr()