Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1298 decl->setDeclContext(decl_ctx); in CreateRecordType()
1469 func_tmpl_decl->setDeclContext(decl_ctx); in CreateFunctionTemplateDecl()
1858 decl->setDeclContext(decl_ctx); in CreateObjCClass()
1966 decl->setDeclContext(ctx); in CreateBlockDeclaration()
2195 func_decl->setDeclContext(decl_ctx); in CreateFunctionDeclaration()
2256 decl->setDeclContext(decl_ctx); in CreateParameterDeclaration()
2361 enum_decl->setDeclContext(decl_ctx); in CreateEnumerationType()
4593 decl->setDeclContext(decl_ctx); in CreateTypedef()
7287 field->setDeclContext(record_decl); in AddFieldToRecordType()
7500 var_decl->setDeclContext(record_decl); in AddVariableToRecordType()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/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.cpp206 P->setDeclContext(Owner); in AdoptTemplateParameterList()
H A DASTContext.cpp8764 VaListTagDecl->setDeclContext(NS); in CreateAArch64ABIBuiltinVaListDecl()
8952 VaListDecl->setDeclContext(NS); in CreateAAPCSABIBuiltinVaListDecl()
H A DASTImporter.cpp2742 ToTypedef->setDeclContext(DC); in VisitTypedefNameDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h933 void setDeclContext(DeclContext *DC);
H A DDecl.h1908 void setOwningFunction(DeclContext *FD) { setDeclContext(FD); } in setOwningFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp616 D->setDeclContext(Reader.getContext().getTranslationUnitDecl()); in VisitDecl()
4127 D->setDeclContext(Context.getTranslationUnitDecl()); in ReadDeclRecord()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2993 NewParm->setDeclContext(CurContext); in SubstParmVarDecl()
H A DSemaTemplate.cpp2662 Param->setDeclContext(Guide);
2664 TD->setDeclContext(Guide);
H A DSemaDeclObjC.cpp4830 Param->setDeclContext(ObjCMethod); in ActOnMethodDeclaration()
H A DSemaDecl.cpp3667 D->setDeclContext(SemaDC); in adjustDeclContextForDeclaratorDecl()
10310 Param->setDeclContext(NewFD); in ActOnFunctionDeclarator()
10340 TD->setDeclContext(NewFD); in ActOnFunctionDeclarator()
H A DTreeTransform.h13007 Param->setDeclContext(Body); in TransformRequiresExpr()
13026 ->setDeclContext(Body); in TransformRequiresExpr()
H A DSemaExprCXX.cpp9186 Param->setDeclContext(Body); in ActOnStartRequiresExpr()
H A DSemaDeclAttr.cpp10055 NewD->setDeclContext(CurContext); in DeclApplyPragmaWeak()
H A DSemaOpenMP.cpp22831 VD->setDeclContext(DMD); in ActOnOpenMPDeclareMapperDirective()