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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp69 TranslationUnitDecl *TUDecl; member in class:__anon1907::RewriteModernObjC
674 TUDecl = Context->getTranslationUnitDecl();
866 RecordDecl::Create(*Context, TTK_Struct, TUDecl, SourceLocation(),
2319 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2417 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2436 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2450 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2469 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2485 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2505 MsgSendFpretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
[all...]
H A DRewriteObjC.cpp68 TranslationUnitDecl *TUDecl; member in class:__anon1910::RewriteObjC
603 TUDecl = Context->getTranslationUnitDecl();
2233 SelGetUidFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2328 SuperConstructorFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2347 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2358 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2369 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2388 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2401 RecordDecl *RD = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2412 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp280 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); local
281 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl);
H A DCGObjCGNU.cpp1236 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); local
1237 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl);
2317 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); local
2318 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl);
H A DCodeGenModule.cpp3357 TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); local
3358 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl);
4783 TranslationUnitDecl *TUDecl = Context.getTranslationUnitDecl(); local
4784 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl);
H A DCGBlocks.cpp2880 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); local
2881 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl);
H A DCGObjCMac.cpp6518 TranslationUnitDecl *TUDecl = CGM.getContext().getTranslationUnitDecl(); local
6519 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h538 TranslationUnitDecl *TUDecl; member in class:clang::ASTContext
936 TranslationUnitDecl *getTranslationUnitDecl() const { return TUDecl; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp970 TUDecl = TranslationUnitDecl::Create(*this);
971 TraversalScope = {TUDecl};
1188 auto *BuiltinTemplate = BuiltinTemplateDecl::Create(*this, TUDecl, II, BTK);
1190 TUDecl->addDecl(BuiltinTemplate);
1459 TUDecl->addDecl(MSGuidTagDecl);
6474 TUDecl->addDecl(ObjCSuperTypeDecl);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3487 TranslationUnitDecl *TUDecl = SemaRef.Context.getTranslationUnitDecl(); local
3488 DeclContext::lookup_result Lookup = TUDecl->lookup(DeclarationName(&Name));

Completed in 399 milliseconds