Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp4940 bool Sema::ProcessAccessDeclAttributeList(AccessSpecDecl *ASDecl, in ProcessAccessDeclAttributeList() argument
4944 ProcessDeclAttribute(*this, nullptr, ASDecl, *l, l->isCXX11Attribute()); in ProcessAccessDeclAttributeList()
DSemaDeclCXX.cpp1883 AccessSpecDecl *ASDecl = AccessSpecDecl::Create(Context, Access, CurContext, in ActOnAccessSpecifier() local
1885 CurContext->addHiddenDecl(ASDecl); in ActOnAccessSpecifier()
1886 return ProcessAccessDeclAttributeList(ASDecl, Attrs); in ActOnAccessSpecifier()
/external/clang/include/clang/Sema/
DSema.h2723 bool ProcessAccessDeclAttributeList(AccessSpecDecl *ASDecl,