Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1310 decl->setDeclContext(decl_ctx); in CreateRecordType()
1438 func_tmpl_decl->setDeclContext(decl_ctx); in CreateFunctionTemplateDecl()
1814 decl->setDeclContext(decl_ctx); in CreateObjCClass()
1922 decl->setDeclContext(ctx); in CreateBlockDeclaration()
2148 func_decl->setDeclContext(decl_ctx); in CreateFunctionDeclaration()
2211 decl->setDeclContext(decl_ctx); in CreateParameterDeclaration()
2315 enum_decl->setDeclContext(decl_ctx); in CreateEnumerationType()
4587 decl->setDeclContext(decl_ctx); in CreateTypedef()
7261 field->setDeclContext(record_decl); in AddFieldToRecordType()
7464 var_decl->setDeclContext(record_decl); in AddVariableToRecordType()
[all …]
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp336 typeParam->setDeclContext(this); in setTypeParamList()
2091 typeParam->setDeclContext(this); in setTypeParamList()
H A DDeclBase.cpp327 void Decl::setDeclContext(DeclContext *DC) { in setDeclContext() function in Decl
H A DDeclTemplate.cpp171 P->setDeclContext(Owner); in AdoptTemplateParameterList()
H A DASTContext.cpp8016 VaListTagDecl->setDeclContext(NS); in CreateAArch64ABIBuiltinVaListDecl()
8205 VaListDecl->setDeclContext(NS); in CreateAAPCSABIBuiltinVaListDecl()
H A DASTImporter.cpp2581 ToTypedef->setDeclContext(DC); in VisitTypedefNameDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h858 void setDeclContext(DeclContext *DC);
H A DDecl.h1807 void setOwningFunction(DeclContext *FD) { setDeclContext(FD); } in setOwningFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp578 D->setDeclContext(Reader.getContext().getTranslationUnitDecl()); in VisitDecl()
4113 D->setDeclContext(Context.getTranslationUnitDecl()); in ReadDeclRecord()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2452 NewParm->setDeclContext(CurContext); in SubstParmVarDecl()
H A DSemaTemplate.cpp2444 Param->setDeclContext(Guide);
2446 TD->setDeclContext(Guide);
H A DSemaDeclObjC.cpp4810 Param->setDeclContext(ObjCMethod); in ActOnMethodDeclaration()
H A DSemaDecl.cpp3256 D->setDeclContext(SemaDC); in adjustDeclContextForDeclaratorDecl()
9433 Param->setDeclContext(NewFD); in ActOnFunctionDeclarator()
9463 TD->setDeclContext(NewFD); in ActOnFunctionDeclarator()
H A DTreeTransform.h12317 Param->setDeclContext(Body); in TransformRequiresExpr()
12329 ->setDeclContext(Body); in TransformRequiresExpr()
H A DSemaExprCXX.cpp8832 Param->setDeclContext(Body); in ActOnStartRequiresExpr()
H A DSemaDeclAttr.cpp8642 NewD->setDeclContext(CurContext); in DeclApplyPragmaWeak()
H A DSemaOpenMP.cpp20016 VD->setDeclContext(DMD); in ActOnOpenMPDeclareMapperDirective()