Searched defs:ProcessDeclAttributeList (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp5922 /// ProcessDeclAttributeList - Apply all the decl attributes in the specified
5924 void Sema::ProcessDeclAttributeList(Scope *S, Decl *D, function in class:Sema
6118 ProcessDeclAttributeList(S, D, Attrs);
6126 ProcessDeclAttributeList(S, D, Attrs, /*IncludeCXX11Attributes=*/false);
6130 ProcessDeclAttributeList(S, D, Attrs);

Completed in 889 milliseconds