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

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp5471 /// ProcessDeclAttributeList - Apply all the decl attributes in the specified
5473 void Sema::ProcessDeclAttributeList(Scope *S, Decl *D, function in class:Sema
5667 ProcessDeclAttributeList(S, D, Attrs);
5675 ProcessDeclAttributeList(S, D, Attrs, /*IncludeCXX11Attributes=*/false);
5679 ProcessDeclAttributeList(S, D, Attrs);

Completed in 39 milliseconds