Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h2138 ParseGNUAttributes(attrs, &endLoc, LateAttrs, &D);
2146 ParseGNUAttributes(attrs, endLoc, LateAttrs);
2148 void ParseGNUAttributes(ParsedAttributes &attrs,
/external/clang/lib/Parse/
DParseDecl.cpp124 void Parser::ParseGNUAttributes(ParsedAttributes &attrs, in ParseGNUAttributes() function in Parser
3088 ParseGNUAttributes(DS.getAttributes(), nullptr, LateAttrs); in ParseDeclarationSpecifiers()
4897 ParseGNUAttributes(DS.getAttributes()); in ParseTypeQualifierListOpt()
5472 ParseGNUAttributes(attrs); in ParseParenDeclarator()
DParseDeclCXX.cpp104 ParseGNUAttributes(attrs); in ParseNamespace()
467 ParseGNUAttributes(attrs); in ParseUsingDirective()
DParseStmt.cpp580 ParseGNUAttributes(TempAttrs); in ParseLabeledStatement()
DParseObjc.cpp36 ParseGNUAttributes(attrs); in MaybeSkipAttributes()