Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp147 decl->setDeclContext(decl->getASTContext().getTranslationUnitDecl()); in OverrideOne()
231 backup.first->setDeclContext(backup.second.decl_context); in ~DeclContextOverride()
H A DClangASTContext.cpp1600 template_param_decls[i]->setDeclContext(func_decl); in CreateFunctionTemplateDecl()
1648 template_param_decls[i]->setDeclContext(template_cxx_decl); in CreateClassTemplateDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp335 typeParam->setDeclContext(this); in setTypeParamList()
2035 typeParam->setDeclContext(this); in setTypeParamList()
H A DDeclTemplate.cpp133 P->setDeclContext(Owner); in AdoptTemplateParameterList()
H A DDeclBase.cpp295 void Decl::setDeclContext(DeclContext *DC) { in setDeclContext() function in Decl
H A DASTContext.cpp7252 VaListTagDecl->setDeclContext(NS); in CreateAArch64ABIBuiltinVaListDecl()
7441 VaListDecl->setDeclContext(NS); in CreateAAPCSABIBuiltinVaListDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h836 void setDeclContext(DeclContext *DC);
H A DDecl.h1694 void setOwningFunction(DeclContext *FD) { setDeclContext(FD); } in setOwningFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp649 copied_decl->setDeclContext(decl_context_non_const); in FindExternalLexicalDecls()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp570 D->setDeclContext(Reader.getContext().getTranslationUnitDecl()); in VisitDecl()
3880 D->setDeclContext(Context.getTranslationUnitDecl()); in ReadDeclRecord()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1828 NewParm->setDeclContext(CurContext); in SubstParmVarDecl()
H A DSemaDeclObjC.cpp4632 Param->setDeclContext(ObjCMethod); in ActOnMethodDeclaration()
H A DSemaDecl.cpp2966 D->setDeclContext(SemaDC); in adjustDeclContextForDeclaratorDecl()
8681 Param->setDeclContext(NewFD); in ActOnFunctionDeclarator()
8711 TD->setDeclContext(NewFD); in ActOnFunctionDeclarator()
H A DSemaTemplate.cpp1964 Param->setDeclContext(Guide); in buildDeductionGuide()
H A DSemaDeclAttr.cpp7211 NewD->setDeclContext(CurContext); in DeclApplyPragmaWeak()