Searched refs:setDeclContext (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1306 decl->setDeclContext(decl_ctx);
1432 func_tmpl_decl->setDeclContext(decl_ctx);
1441 template_param_decls[i]->setDeclContext(func_decl);
1491 template_cxx_decl->setDeclContext(decl_ctx);
1497 template_param_decls[i]->setDeclContext(template_cxx_decl);
1507 class_template_decl->setDeclContext(decl_ctx);
1568 class_template_specialization_decl->setDeclContext(decl_ctx);
1705 decl->setDeclContext(decl_ctx);
1813 decl->setDeclContext(ctx);
1882 var_decl->setDeclContext(decl_contex
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp122 decl->setDeclContext(decl->getASTContext().getTranslationUnitDecl());
205 backup.first->setDeclContext(backup.second.decl_context);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp335 typeParam->setDeclContext(this);
2059 typeParam->setDeclContext(this);
H A DDeclTemplate.cpp157 P->setDeclContext(Owner);
H A DASTContext.cpp7811 VaListTagDecl->setDeclContext(NS);
8000 VaListDecl->setDeclContext(NS);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h856 /// setDeclContext - Set both the semantic and lexical DeclContext
858 void setDeclContext(DeclContext *DC);
H A DDecl.h1739 void setOwningFunction(DeclContext *FD) { setDeclContext(FD); }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp573 D->setDeclContext(Reader.getContext().getTranslationUnitDecl());
4057 D->setDeclContext(Context.getTranslationUnitDecl());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2465 NewParm->setDeclContext(CurContext);
H A DSemaTemplate.cpp2305 Param->setDeclContext(Guide);
2307 TD->setDeclContext(Guide);
H A DSemaDeclObjC.cpp4748 Param->setDeclContext(ObjCMethod);
H A DSemaDecl.cpp3190 D->setDeclContext(SemaDC);
9224 Param->setDeclContext(NewFD);
9254 TD->setDeclContext(NewFD);
H A DSemaExprCXX.cpp8627 Param->setDeclContext(Body);
H A DTreeTransform.h11966 Param->setDeclContext(Body);
11978 ->setDeclContext(Body);
H A DSemaDeclAttr.cpp7654 NewD->setDeclContext(CurContext);

Completed in 673 milliseconds