| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 69 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 D | RewriteModernObjC.cpp | 71 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 D | ASTContext.h | 676 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 D | CGCUDANV.cpp | 409 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); in emitDeviceStubBodyNew() local 410 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in emitDeviceStubBodyNew()
|
| H A D | CGObjCGNU.cpp | 1249 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 D | CGBlocks.cpp | 2899 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); in configureBlocksRuntimeObject() local 2900 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in configureBlocksRuntimeObject()
|
| H A D | CodeGenModule.cpp | 5057 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 D | CGObjCMac.cpp | 6350 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 D | TreeTransform.h | 3955 TranslationUnitDecl *TUDecl = SemaRef.Context.getTranslationUnitDecl(); in RebuildShuffleVectorExpr() local 3956 DeclContext::lookup_result Lookup = TUDecl->lookup(DeclarationName(&Name)); in RebuildShuffleVectorExpr()
|