Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2706 ParseGNUAttributes(attrs, &endLoc, LateAttrs, &D);
2721 ParseGNUAttributes(Attrs, EndLoc, LateAttrs);
2732 ParseGNUAttributes(Attrs, EndLoc, LateAttrs);
2743 void ParseGNUAttributes(ParsedAttributes &Attrs,
2748 ParseGNUAttributes(AttrsWithRange, EndLoc, LateAttrs, D);
2752 void ParseGNUAttributes(ParsedAttributesWithRange &Attrs,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp248 ParseGNUAttributes(Attrs); in ParseStatementOrDeclarationAfterAttributes()
640 ParseGNUAttributes(TempAttrs); in ParseLabeledStatement()
H A DParseDeclCXX.cpp118 ParseGNUAttributes(attrs); in ParseNamespace()
570 ParseGNUAttributes(attrs); in ParseUsingDirective()
H A DParseDecl.cpp165 void Parser::ParseGNUAttributes(ParsedAttributesWithRange &Attrs, in ParseGNUAttributes() function in Parser
5613 ParseGNUAttributes(DS.getAttributes()); in ParseTypeQualifierListOpt()
6345 ParseGNUAttributes(attrs); in ParseParenDeclarator()
H A DParseObjc.cpp36 ParseGNUAttributes(attrs); in MaybeSkipAttributes()