Home
last modified time | relevance | path

Searched refs:ParsedAttributesWithRange (Results 1 – 9 of 9) sorted by relevance

/external/clang/include/clang/Parse/
DParser.h1243 struct ParsedAttributesWithRange : ParsedAttributes { struct
1244 ParsedAttributesWithRange(AttributeFactory &factory) in ParsedAttributesWithRange() function
1250 DeclGroupPtrTy ParseExternalDeclaration(ParsedAttributesWithRange &attrs, argument
1255 ParsedAttributesWithRange &attrs,
1258 DeclGroupPtrTy ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs,
1683 ParsedAttributesWithRange &Attrs);
1685 StmtResult ParseLabeledStatement(ParsedAttributesWithRange &attrs);
1712 ParsedAttributesWithRange &Attrs);
1830 ParsedAttributesWithRange &attrs);
1833 ParsedAttributesWithRange &attrs,
[all …]
/external/clang/lib/Parse/
DParseStmt.cpp108 ParsedAttributesWithRange Attrs(AttrFactory); in ParseStatementOrDeclaration()
157 ParsedAttributesWithRange &Attrs) { in ParseStatementOrDeclarationAfterAttributes()
564 StmtResult Parser::ParseLabeledStatement(ParsedAttributesWithRange &attrs) { in ParseLabeledStatement()
579 ParsedAttributesWithRange TempAttrs(AttrFactory); in ParseLabeledStatement()
997 ParsedAttributesWithRange attrs(AttrFactory); in ParseCompoundStatementBody()
1573 ParsedAttributesWithRange attrs(AttrFactory); in ParseForStatement()
1908 ParsedAttributesWithRange &Attrs) { in ParsePragmaLoopHint()
1910 ParsedAttributesWithRange TempAttrs(AttrFactory); in ParsePragmaLoopHint()
2153 ParsedAttributesWithRange Attributes(AttrFactory); in ParseCXXCatchBlock()
DParseDeclCXX.cpp77 ParsedAttributesWithRange attrs(AttrFactory); in ParseNamespace()
218 ParsedAttributesWithRange attrs(AttrFactory); in ParseInnerNamespace()
311 ParsedAttributesWithRange attrs(AttrFactory); in ParseLinkage()
362 ParsedAttributesWithRange attrs(AttrFactory); in ParseLinkage()
383 ParsedAttributesWithRange &attrs, in ParseUsingDirectiveOrDeclaration()
504 ParsedAttributesWithRange MisplacedAttrs(AttrFactory); in ParseUsingDeclaration()
562 ParsedAttributesWithRange Attrs(AttrFactory); in ParseUsingDeclaration()
1218 ParsedAttributesWithRange &Attributes) { in ParseClassSpecifier()
1252 ParsedAttributesWithRange attrs(AttrFactory); in ParseClassSpecifier()
1880 ParsedAttributesWithRange Attributes(AttrFactory); in ParseBaseSpecifier()
[all …]
DParseDecl.cpp1390 void Parser::DiagnoseMisplacedCXX11Attribute(ParsedAttributesWithRange &Attrs, in DiagnoseMisplacedCXX11Attribute()
1405 void Parser::DiagnoseProhibitedAttributes(ParsedAttributesWithRange &attrs) { in DiagnoseProhibitedAttributes()
1410 void Parser::ProhibitCXX11Attributes(ParsedAttributesWithRange &attrs) { in ProhibitCXX11Attributes()
1424 void Parser::handleDeclspecAlignBeforeClassKey(ParsedAttributesWithRange &Attrs, in handleDeclspecAlignBeforeClassKey()
1480 ParsedAttributesWithRange &attrs) { in ParseDeclaration()
1544 ParsedAttributesWithRange &Attrs, in ParseSimpleDeclaration()
2250 ParsedAttributesWithRange &Attrs) { in ParseImplicitInt()
2688 ParsedAttributesWithRange attrs(AttrFactory); in ParseDeclarationSpecifiers()
2905 ParsedAttributesWithRange Attrs(AttrFactory); in ParseDeclarationSpecifiers()
3018 ParsedAttributesWithRange Attrs(AttrFactory); in ParseDeclarationSpecifiers()
[all …]
DParser.cpp591 ParsedAttributesWithRange attrs(AttrFactory); in ParseTopLevelDecl()
623 Parser::ParseExternalDeclaration(ParsedAttributesWithRange &attrs, in ParseExternalDeclaration()
873 Parser::ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs, in ParseDeclOrFunctionDefInternal()
944 Parser::ParseDeclarationOrFunctionDefinition(ParsedAttributesWithRange &attrs, in ParseDeclarationOrFunctionDefinition()
1989 ParsedAttributesWithRange attrs(AttrFactory); in ParseMicrosoftIfExistsExternalDeclaration()
DParseOpenMP.cpp547 AccessSpecifier &AS, ParsedAttributesWithRange &Attrs, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
672 ParsedAttributesWithRange attrs(AttrFactory); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
DParseTemplate.cpp197 ParsedAttributesWithRange prefixAttrs(AttrFactory); in ParseSingleDeclarationAfterTemplate()
DParseObjc.cpp675 ParsedAttributesWithRange attrs(AttrFactory); in ParseObjCInterfaceDeclList()
2239 ParsedAttributesWithRange attrs(AttrFactory); in ParseObjCAtImplementationDeclaration()
DParseExprCXX.cpp1748 ParsedAttributesWithRange attrs(AttrFactory); in ParseCXXCondition()