Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclAttr.cpp7560 AccessSpecDecl *ASDecl, const ParsedAttributesView &AttrList) { in ProcessAccessDeclAttributeList() argument
7563 ProcessDeclAttribute(*this, nullptr, ASDecl, AL, AL.isCXX11Attribute()); in ProcessAccessDeclAttributeList()
HDSemaDeclCXX.cpp2961 AccessSpecDecl *ASDecl = AccessSpecDecl::Create(Context, Access, CurContext, in ActOnAccessSpecifier() local
2963 CurContext->addHiddenDecl(ASDecl); in ActOnAccessSpecifier()
2964 return ProcessAccessDeclAttributeList(ASDecl, Attrs); in ActOnAccessSpecifier()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h3802 bool ProcessAccessDeclAttributeList(AccessSpecDecl *ASDecl,