Home
last modified time | relevance | path

Searched refs:ParseGNUAttributes (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Parse/
DParser.h2099 ParseGNUAttributes(attrs, &endLoc, LateAttrs, &D);
2107 ParseGNUAttributes(attrs, endLoc, LateAttrs);
2109 void ParseGNUAttributes(ParsedAttributes &attrs,
/external/clang/lib/Parse/
DParseDecl.cpp123 void Parser::ParseGNUAttributes(ParsedAttributes &attrs, in ParseGNUAttributes() function in Parser
3044 ParseGNUAttributes(DS.getAttributes(), nullptr, LateAttrs); in ParseDeclarationSpecifiers()
4814 ParseGNUAttributes(DS.getAttributes()); in ParseTypeQualifierListOpt()
5367 ParseGNUAttributes(attrs); in ParseParenDeclarator()
DParseDeclCXX.cpp104 ParseGNUAttributes(attrs); in ParseNamespace()
467 ParseGNUAttributes(attrs); in ParseUsingDirective()
DParseStmt.cpp568 ParseGNUAttributes(TempAttrs); in ParseLabeledStatement()
DParseObjc.cpp35 ParseGNUAttributes(attrs); in MaybeSkipAttributes()