Searched refs:ASDecl (Results 1 – 3 of 3) sorted by relevance
4965 bool Sema::ProcessAccessDeclAttributeList(AccessSpecDecl *ASDecl, in ProcessAccessDeclAttributeList() argument4969 handleAnnotateAttr(*this, ASDecl, *l); in ProcessAccessDeclAttributeList()
1741 AccessSpecDecl *ASDecl = AccessSpecDecl::Create(Context, Access, CurContext, in ActOnAccessSpecifier() local1743 CurContext->addHiddenDecl(ASDecl); in ActOnAccessSpecifier()1744 return ProcessAccessDeclAttributeList(ASDecl, Attrs); in ActOnAccessSpecifier()
2553 bool ProcessAccessDeclAttributeList(AccessSpecDecl *ASDecl,