Searched refs:setDeclContext (Results 1 – 18 of 18) sorted by relevance
1296 decl->setDeclContext(decl_ctx); in CreateRecordType()1444 func_tmpl_decl->setDeclContext(decl_ctx); in CreateFunctionTemplateDecl()1818 decl->setDeclContext(decl_ctx); in CreateObjCClass()1926 decl->setDeclContext(ctx); in CreateBlockDeclaration()2154 func_decl->setDeclContext(decl_ctx); in CreateFunctionDeclaration()2216 decl->setDeclContext(decl_ctx); in CreateParameterDeclaration()2320 enum_decl->setDeclContext(decl_ctx); in CreateEnumerationType()4619 decl->setDeclContext(decl_ctx); in CreateTypedef()7346 field->setDeclContext(record_decl); in AddFieldToRecordType()7557 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()2112 typeParam->setDeclContext(this); in setTypeParamList()
328 void Decl::setDeclContext(DeclContext *DC) { in setDeclContext() function in Decl
173 P->setDeclContext(Owner); in AdoptTemplateParameterList()
8648 VaListTagDecl->setDeclContext(NS); in CreateAArch64ABIBuiltinVaListDecl()8837 VaListDecl->setDeclContext(NS); in CreateAAPCSABIBuiltinVaListDecl()
2567 ToTypedef->setDeclContext(DC); in VisitTypedefNameDecl()
887 void setDeclContext(DeclContext *DC);
1827 void setOwningFunction(DeclContext *FD) { setDeclContext(FD); } in setOwningFunction()
580 D->setDeclContext(Reader.getContext().getTranslationUnitDecl()); in VisitDecl()3863 D->setDeclContext(Context.getTranslationUnitDecl()); in ReadDeclRecord()
2497 NewParm->setDeclContext(CurContext); in SubstParmVarDecl()
2449 Param->setDeclContext(Guide);2451 TD->setDeclContext(Guide);
4818 Param->setDeclContext(ObjCMethod); in ActOnMethodDeclaration()
3519 D->setDeclContext(SemaDC); in adjustDeclContextForDeclaratorDecl()9876 Param->setDeclContext(NewFD); in ActOnFunctionDeclarator()9906 TD->setDeclContext(NewFD); in ActOnFunctionDeclarator()
12598 Param->setDeclContext(Body); in TransformRequiresExpr()12610 ->setDeclContext(Body); in TransformRequiresExpr()
9087 Param->setDeclContext(Body); in ActOnStartRequiresExpr()
9298 NewD->setDeclContext(CurContext); in DeclApplyPragmaWeak()
22125 VD->setDeclContext(DMD); in ActOnOpenMPDeclareMapperDirective()