Home
last modified time | relevance | path

Searched refs:setDeclContext (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1246 decl->setDeclContext(decl_ctx); in CreateRecordType()
1417 func_tmpl_decl->setDeclContext(decl_ctx); in CreateFunctionTemplateDecl()
1427 template_param_decls[i]->setDeclContext(func_decl); in CreateFunctionTemplateDecl()
1582 template_cxx_decl->setDeclContext(decl_ctx); in CreateClassTemplateDecl()
1588 template_param_decls[i]->setDeclContext(template_cxx_decl); in CreateClassTemplateDecl()
1599 class_template_decl->setDeclContext(decl_ctx); in CreateClassTemplateDecl()
1661 class_template_specialization_decl->setDeclContext(decl_ctx); in CreateClassTemplateSpecializationDecl()
1810 decl->setDeclContext(decl_ctx); in CreateObjCClass()
1918 decl->setDeclContext(ctx); in CreateBlockDeclaration()
1987 var_decl->setDeclContext(decl_context); in CreateVariableDeclaration()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp220 Param->setDeclContext(Guide);
222 TD->setDeclContext(Guide);
1283 TD->setDeclContext(RHSDeductionGuide->getTemplatedDecl()); in DeclareAggregateDeductionGuideForTypeAlias()
H A DSemaTemplateInstantiate.cpp3179 NewParm->setDeclContext(CurContext); in SubstParmVarDecl()
H A DSemaDeclObjC.cpp4842 Param->setDeclContext(ObjCMethod); in ActOnMethodDeclaration()
H A DSemaDecl.cpp3524 D->setDeclContext(SemaDC); in adjustDeclContextForDeclaratorDecl()
10170 Param->setDeclContext(NewFD); in ActOnFunctionDeclarator()
10200 TD->setDeclContext(NewFD); in ActOnFunctionDeclarator()
H A DSemaDeclAttr.cpp7291 NewD->setDeclContext(CurContext); in DeclApplyPragmaWeak()
H A DSemaExprCXX.cpp9405 Param->setDeclContext(Body); in ActOnStartRequiresExpr()
H A DTreeTransform.h13898 Param->setDeclContext(Body); in TransformRequiresExpr()
13917 ->setDeclContext(Body); in TransformRequiresExpr()
H A DSemaOpenMP.cpp21660 VD->setDeclContext(DMD); in ActOnOpenMPDeclareMapperDirective()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp125 decl->setDeclContext(decl->getASTContext().getTranslationUnitDecl()); in OverrideOne()
208 backup.first->setDeclContext(backup.second.decl_context); in ~DeclContextOverride()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp349 typeParam->setDeclContext(this); in setTypeParamList()
2173 typeParam->setDeclContext(this); in setTypeParamList()
H A DDeclBase.cpp358 void Decl::setDeclContext(DeclContext *DC) { in setDeclContext() function in Decl
H A DDeclTemplate.cpp206 P->setDeclContext(Owner); in AdoptTemplateParameterList()
H A DASTContext.cpp9223 VaListTagDecl->setDeclContext(NS); in CreateAArch64ABIBuiltinVaListDecl()
9411 VaListDecl->setDeclContext(NS); in CreateAAPCSABIBuiltinVaListDecl()
H A DASTImporter.cpp2790 ToTypedef->setDeclContext(DC); in VisitTypedefNameDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h922 void setDeclContext(DeclContext *DC);
H A DDecl.h1881 void setOwningFunction(DeclContext *FD) { setDeclContext(FD); } in setOwningFunction()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp610 D->setDeclContext(Reader.getContext().getTranslationUnitDecl()); in VisitDecl()
4151 D->setDeclContext(Context.getTranslationUnitDecl()); in ReadDeclRecord()