Home
last modified time | relevance | path

Searched refs:DiagnoseProhibitedAttributes (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h2062 DiagnoseProhibitedAttributes(attrs); in ProhibitAttributes()
2065 void DiagnoseProhibitedAttributes(ParsedAttributesWithRange &attrs);
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp1377 void Parser::DiagnoseProhibitedAttributes(ParsedAttributesWithRange &attrs) { in DiagnoseProhibitedAttributes() function in Parser