Searched refs:ProcessDeclAttribute (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 4934 static void ProcessDeclAttribute(Sema &S, Scope *scope, Decl *D, in ProcessDeclAttribute() function 5477 ProcessDeclAttribute(*this, S, D, *l, IncludeCXX11Attributes); in ProcessDeclAttributeList() 5525 ProcessDeclAttribute(*this, nullptr, ASDecl, *l, l->isCXX11Attribute()); in ProcessAccessDeclAttributeList()
|
/external/clang/docs/ |
D | InternalsManual.rst | 1886 and generally starts in the ``ProcessDeclAttribute()`` function. If the
|