Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp1310 decl->setDeclContext(decl_ctx); in CreateRecordType()
1438 func_tmpl_decl->setDeclContext(decl_ctx); in CreateFunctionTemplateDecl()
1447 template_param_decls[i]->setDeclContext(func_decl); in CreateFunctionTemplateDecl()
1600 template_cxx_decl->setDeclContext(decl_ctx); in CreateClassTemplateDecl()
1606 template_param_decls[i]->setDeclContext(template_cxx_decl); in CreateClassTemplateDecl()
1616 class_template_decl->setDeclContext(decl_ctx); in CreateClassTemplateDecl()
1677 class_template_specialization_decl->setDeclContext(decl_ctx); in CreateClassTemplateSpecializationDecl()
1814 decl->setDeclContext(decl_ctx); in CreateObjCClass()
1922 decl->setDeclContext(ctx); in CreateBlockDeclaration()
1991 var_decl->setDeclContext(decl_context); in CreateVariableDeclaration()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.cpp122 decl->setDeclContext(decl->getASTContext().getTranslationUnitDecl()); in OverrideOne()
205 backup.first->setDeclContext(backup.second.decl_context); in ~DeclContextOverride()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclObjC.cpp336 typeParam->setDeclContext(this); in setTypeParamList()
2091 typeParam->setDeclContext(this); in setTypeParamList()
DDeclBase.cpp327 void Decl::setDeclContext(DeclContext *DC) { in setDeclContext() function in Decl
DDeclTemplate.cpp171 P->setDeclContext(Owner); in AdoptTemplateParameterList()
DASTContext.cpp8016 VaListTagDecl->setDeclContext(NS); in CreateAArch64ABIBuiltinVaListDecl()
8205 VaListDecl->setDeclContext(NS); in CreateAAPCSABIBuiltinVaListDecl()
DASTImporter.cpp2581 ToTypedef->setDeclContext(DC); in VisitTypedefNameDecl()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclBase.h858 void setDeclContext(DeclContext *DC);
DDecl.h1807 void setOwningFunction(DeclContext *FD) { setDeclContext(FD); } in setOwningFunction()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp578 D->setDeclContext(Reader.getContext().getTranslationUnitDecl()); in VisitDecl()
4113 D->setDeclContext(Context.getTranslationUnitDecl()); in ReadDeclRecord()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2452 NewParm->setDeclContext(CurContext); in SubstParmVarDecl()
DSemaTemplate.cpp2444 Param->setDeclContext(Guide);
2446 TD->setDeclContext(Guide);
DSemaDeclObjC.cpp4810 Param->setDeclContext(ObjCMethod); in ActOnMethodDeclaration()
DSemaDecl.cpp3256 D->setDeclContext(SemaDC); in adjustDeclContextForDeclaratorDecl()
9433 Param->setDeclContext(NewFD); in ActOnFunctionDeclarator()
9463 TD->setDeclContext(NewFD); in ActOnFunctionDeclarator()
DTreeTransform.h12317 Param->setDeclContext(Body); in TransformRequiresExpr()
12329 ->setDeclContext(Body); in TransformRequiresExpr()
DSemaExprCXX.cpp8832 Param->setDeclContext(Body); in ActOnStartRequiresExpr()
DSemaDeclAttr.cpp8642 NewD->setDeclContext(CurContext); in DeclApplyPragmaWeak()
DSemaOpenMP.cpp20016 VD->setDeclContext(DMD); in ActOnOpenMPDeclareMapperDirective()