Home
last modified time | relevance | path

Searched refs:ASDecl (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclAttr.cpp5972 bool Sema::ProcessAccessDeclAttributeList(AccessSpecDecl *ASDecl, in ProcessAccessDeclAttributeList() argument
5976 ProcessDeclAttribute(*this, nullptr, ASDecl, *l, l->isCXX11Attribute()); in ProcessAccessDeclAttributeList()
DSemaDeclCXX.cpp1866 AccessSpecDecl *ASDecl = AccessSpecDecl::Create(Context, Access, CurContext, in ActOnAccessSpecifier() local
1868 CurContext->addHiddenDecl(ASDecl); in ActOnAccessSpecifier()
1869 return ProcessAccessDeclAttributeList(ASDecl, Attrs); in ActOnAccessSpecifier()
/external/clang/include/clang/Sema/
DSema.h3002 bool ProcessAccessDeclAttributeList(AccessSpecDecl *ASDecl,