Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1298 decl->setDeclContext(decl_ctx); in CreateRecordType()
1464 func_tmpl_decl->setDeclContext(decl_ctx); in CreateFunctionTemplateDecl()
1474 template_param_decls[i]->setDeclContext(func_decl); in CreateFunctionTemplateDecl()
1627 template_cxx_decl->setDeclContext(decl_ctx); in CreateClassTemplateDecl()
1633 template_param_decls[i]->setDeclContext(template_cxx_decl); in CreateClassTemplateDecl()
1643 class_template_decl->setDeclContext(decl_ctx); in CreateClassTemplateDecl()
1703 class_template_specialization_decl->setDeclContext(decl_ctx); in CreateClassTemplateSpecializationDecl()
1851 decl->setDeclContext(decl_ctx); in CreateObjCClass()
1959 decl->setDeclContext(ctx); in CreateBlockDeclaration()
2028 var_decl->setDeclContext(decl_context); in CreateVariableDeclaration()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp122 decl->setDeclContext(decl->getASTContext().getTranslationUnitDecl()); in OverrideOne()
205 backup.first->setDeclContext(backup.second.decl_context); in ~DeclContextOverride()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp348 typeParam->setDeclContext(this); in setTypeParamList()
2184 typeParam->setDeclContext(this); in setTypeParamList()
H A DDeclBase.cpp336 void Decl::setDeclContext(DeclContext *DC) { in setDeclContext() function in Decl
H A DDeclTemplate.cpp173 P->setDeclContext(Owner); in AdoptTemplateParameterList()
H A DASTContext.cpp8753 VaListTagDecl->setDeclContext(NS); in CreateAArch64ABIBuiltinVaListDecl()
8942 VaListDecl->setDeclContext(NS); in CreateAAPCSABIBuiltinVaListDecl()
H A DASTImporter.cpp2561 ToTypedef->setDeclContext(DC); in VisitTypedefNameDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h898 void setDeclContext(DeclContext *DC);
H A DDecl.h1871 void setOwningFunction(DeclContext *FD) { setDeclContext(FD); } in setOwningFunction()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp585 D->setDeclContext(Reader.getContext().getTranslationUnitDecl()); in VisitDecl()
3962 D->setDeclContext(Context.getTranslationUnitDecl()); in ReadDeclRecord()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2802 NewParm->setDeclContext(CurContext); in SubstParmVarDecl()
H A DSemaTemplate.cpp2545 Param->setDeclContext(Guide);
2547 TD->setDeclContext(Guide);
H A DSemaDeclObjC.cpp4830 Param->setDeclContext(ObjCMethod); in ActOnMethodDeclaration()
H A DSemaDecl.cpp3595 D->setDeclContext(SemaDC); in adjustDeclContextForDeclaratorDecl()
10040 Param->setDeclContext(NewFD); in ActOnFunctionDeclarator()
10070 TD->setDeclContext(NewFD); in ActOnFunctionDeclarator()
H A DTreeTransform.h12771 Param->setDeclContext(Body); in TransformRequiresExpr()
12790 ->setDeclContext(Body); in TransformRequiresExpr()
H A DSemaExprCXX.cpp9114 Param->setDeclContext(Body); in ActOnStartRequiresExpr()
H A DSemaDeclAttr.cpp9553 NewD->setDeclContext(CurContext); in DeclApplyPragmaWeak()
H A DSemaOpenMP.cpp22416 VD->setDeclContext(DMD); in ActOnOpenMPDeclareMapperDirective()