Searched refs:setDeclContext (Results 1 – 8 of 8) sorted by relevance
199 D->setDeclContext( in Visit()216 D->setDeclContext(Reader.getContext()->getTranslationUnitDecl()); in VisitDecl()218 D->setDeclContext(cast_or_null<DeclContext>(Reader.GetDecl(Record[Idx++]))); in VisitDecl()
103 (*P)->setDeclContext(Owner); in AdoptTemplateParameterList()
175 void Decl::setDeclContext(DeclContext *DC) { in setDeclContext() function in Decl
569 void setDeclContext(DeclContext *DC);
1340 void setOwningFunction(DeclContext *FD) { setDeclContext(FD); } in setOwningFunction()
1524 NewParm->setDeclContext(CurContext); in SubstParmVarDecl()
2381 Param->setDeclContext(ObjCMethod); in ActOnMethodDeclaration()
4576 Param->setDeclContext(NewFD); in ActOnFunctionDeclarator()