Searched refs:ProcessDeclAttribute (Results 1 – 3 of 3) sorted by relevance
/external/clang/patches/ |
D | 0003-Add-support-for-RenderScript-specific-options.patch | 99 @@ -4130,6 +4140,9 @@ static void ProcessDeclAttribute(Sema &S, Scope *scope, Decl *D,
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 4372 static void ProcessDeclAttribute(Sema &S, Scope *scope, Decl *D, in ProcessDeclAttribute() function 4896 ProcessDeclAttribute(*this, S, D, *l, IncludeCXX11Attributes); in ProcessDeclAttributeList() 4944 ProcessDeclAttribute(*this, nullptr, ASDecl, *l, l->isCXX11Attribute()); in ProcessAccessDeclAttributeList()
|
/external/clang/docs/ |
D | InternalsManual.rst | 1784 and generally starts in the ``ProcessDeclAttribute`` function. If your
|