Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h2017 ParseGNUAttributes(attrs, &endLoc, LateAttrs, &D);
2025 ParseGNUAttributes(attrs, endLoc, LateAttrs);
2027 void ParseGNUAttributes(ParsedAttributes &attrs,
/external/clang/lib/Parse/
DParseDecl.cpp122 void Parser::ParseGNUAttributes(ParsedAttributes &attrs, in ParseGNUAttributes() function in Parser
2954 ParseGNUAttributes(DS.getAttributes(), nullptr, LateAttrs); in ParseDeclarationSpecifiers()
4622 ParseGNUAttributes(DS.getAttributes()); in ParseTypeQualifierListOpt()
5167 ParseGNUAttributes(attrs); in ParseParenDeclarator()
DParseDeclCXX.cpp103 ParseGNUAttributes(attrs); in ParseNamespace()
461 ParseGNUAttributes(attrs); in ParseUsingDirective()
DParseStmt.cpp562 ParseGNUAttributes(TempAttrs); in ParseLabeledStatement()
DParseObjc.cpp34 ParseGNUAttributes(attrs); in MaybeSkipAttributes()