Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2838 DiagnoseProhibitedAttributes(Attrs, FixItLoc);
2846 DiagnoseProhibitedAttributes(Attrs, FixItLoc);
2849 void DiagnoseProhibitedAttributes(const ParsedAttributesView &Attrs,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1892 void Parser::DiagnoseProhibitedAttributes( in DiagnoseProhibitedAttributes() function in Parser