| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 68 TranslationUnitDecl *TUDecl; member in __anone4fa00500111::RewriteObjC 604 TUDecl = Context->getTranslationUnitDecl(); in InitializeCommon() 2235 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSelGetUidFunctionDecl() 2349 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl() 2371 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl() 2390 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendStretFunctionDecl() 2448 GetClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthGetClassFunctionDecl() 2563 *Context, TagTypeKind::Struct, TUDecl, SourceLocation(), in getConstantStringStructType() 3025 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType() 4344 return FunctionDecl::Create(*Context, TUDecl, SourceLocation(), in SynthBlockInitFunctionDecl() [all …]
|
| H A D | RewriteModernObjC.cpp | 70 TranslationUnitDecl *TUDecl; member in __anonceb1b5150111::RewriteModernObjC 676 TUDecl = Context->getTranslationUnitDecl(); in InitializeCommon() 2322 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthSelGetUidFunctionDecl() 2439 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl() 2453 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl() 2522 GetClassFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthGetClassFunctionDecl() 2982 *Context, TagTypeKind::Struct, TUDecl, SourceLocation(), in getSuperStructType() 3010 *Context, TagTypeKind::Struct, TUDecl, SourceLocation(), in getConstantStringStructType() 3571 ProtocolTypeDecl = TypedefDecl::Create(*Context, TUDecl, in getProtocolType() 5190 return FunctionDecl::Create(*Context, TUDecl, SourceLocation(), in SynthBlockInitFunctionDecl() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 585 TranslationUnitDecl *TUDecl = nullptr; variable 1066 return TUDecl->getMostRecentDecl(); in getTranslationUnitDecl() 1069 assert(!TUDecl || TUKind == TU_Incremental); in addTranslationUnitDecl() 1071 if (TraversalScope.empty() || TraversalScope.back() == TUDecl) in addTranslationUnitDecl() 1073 if (TUDecl) in addTranslationUnitDecl() 1074 NewTUDecl->setPreviousDecl(TUDecl); in addTranslationUnitDecl() 1075 TUDecl = NewTUDecl; in addTranslationUnitDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCUDANV.cpp | 353 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); in emitDeviceStubBodyNew() local 354 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in emitDeviceStubBodyNew()
|
| H A D | CGObjCGNU.cpp | 1250 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); in GetClassVar() local 1251 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in GetClassVar() 2443 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); in EmitNSAutoreleasePoolClassRef() local 2444 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in EmitNSAutoreleasePoolClassRef()
|
| H A D | CGBlocks.cpp | 2788 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); in configureBlocksRuntimeObject() local 2789 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in configureBlocksRuntimeObject()
|
| H A D | CodeGenModule.cpp | 4700 TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); in GetRuntimeFunctionDecl() local 4701 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in GetRuntimeFunctionDecl() 6111 TranslationUnitDecl *TUDecl = Context.getTranslationUnitDecl(); in GetAddrOfConstantCFString() local 6112 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in GetAddrOfConstantCFString()
|
| H A D | CGObjCMac.cpp | 6435 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); in getStorage() local 6436 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in getStorage()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 3850 TranslationUnitDecl *TUDecl = SemaRef.Context.getTranslationUnitDecl(); in RebuildShuffleVectorExpr() local 3851 DeclContext::lookup_result Lookup = TUDecl->lookup(DeclarationName(&Name)); in RebuildShuffleVectorExpr()
|