Searched refs:setDeclContext (Results 1 – 18 of 18) sorted by relevance
1298 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 …]
122 decl->setDeclContext(decl->getASTContext().getTranslationUnitDecl()); in OverrideOne()205 backup.first->setDeclContext(backup.second.decl_context); in ~DeclContextOverride()
348 typeParam->setDeclContext(this); in setTypeParamList()2184 typeParam->setDeclContext(this); in setTypeParamList()
336 void Decl::setDeclContext(DeclContext *DC) { in setDeclContext() function in Decl
206 P->setDeclContext(Owner); in AdoptTemplateParameterList()
8764 VaListTagDecl->setDeclContext(NS); in CreateAArch64ABIBuiltinVaListDecl()8952 VaListDecl->setDeclContext(NS); in CreateAAPCSABIBuiltinVaListDecl()
2742 ToTypedef->setDeclContext(DC); in VisitTypedefNameDecl()
933 void setDeclContext(DeclContext *DC);
1908 void setOwningFunction(DeclContext *FD) { setDeclContext(FD); } in setOwningFunction()
616 D->setDeclContext(Reader.getContext().getTranslationUnitDecl()); in VisitDecl()4127 D->setDeclContext(Context.getTranslationUnitDecl()); in ReadDeclRecord()
2993 NewParm->setDeclContext(CurContext); in SubstParmVarDecl()
2662 Param->setDeclContext(Guide);2664 TD->setDeclContext(Guide);
4830 Param->setDeclContext(ObjCMethod); in ActOnMethodDeclaration()
3667 D->setDeclContext(SemaDC); in adjustDeclContextForDeclaratorDecl()10310 Param->setDeclContext(NewFD); in ActOnFunctionDeclarator()10340 TD->setDeclContext(NewFD); in ActOnFunctionDeclarator()
13007 Param->setDeclContext(Body); in TransformRequiresExpr()13026 ->setDeclContext(Body); in TransformRequiresExpr()
9186 Param->setDeclContext(Body); in ActOnStartRequiresExpr()
10055 NewD->setDeclContext(CurContext); in DeclApplyPragmaWeak()
22831 VD->setDeclContext(DMD); in ActOnOpenMPDeclareMapperDirective()