Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclAttr.cpp4965 bool Sema::ProcessAccessDeclAttributeList(AccessSpecDecl *ASDecl, in ProcessAccessDeclAttributeList() argument
4969 handleAnnotateAttr(*this, ASDecl, *l); in ProcessAccessDeclAttributeList()
DSemaDeclCXX.cpp1741 AccessSpecDecl *ASDecl = AccessSpecDecl::Create(Context, Access, CurContext, in ActOnAccessSpecifier() local
1743 CurContext->addHiddenDecl(ASDecl); in ActOnAccessSpecifier()
1744 return ProcessAccessDeclAttributeList(ASDecl, Attrs); in ActOnAccessSpecifier()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h2553 bool ProcessAccessDeclAttributeList(AccessSpecDecl *ASDecl,