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

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp4535 /// ProcessDeclAttributeList - Apply all the decl attributes in the specified
4537 void Sema::ProcessDeclAttributeList(Scope *S, Decl *D, function in class:Sema
4720 ProcessDeclAttributeList(S, D, Attrs);
4728 ProcessDeclAttributeList(S, D, Attrs, /*IncludeCXX11Attributes=*/false);
4732 ProcessDeclAttributeList(S, D, Attrs);

Completed in 165 milliseconds