Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h1127 struct ParsedAttributesWithRange : ParsedAttributes { struct
1128 ParsedAttributesWithRange(AttributeFactory &factory) in ParsedAttributesWithRange() argument
1134 DeclGroupPtrTy ParseExternalDeclaration(ParsedAttributesWithRange &attrs, argument
1139 ParsedAttributesWithRange &attrs,
1142 DeclGroupPtrTy ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs,
1501 ParsedAttributesWithRange &Attrs);
1503 StmtResult ParseLabeledStatement(ParsedAttributesWithRange &attrs);
1621 ParsedAttributesWithRange &attrs);
1625 ParsedAttributesWithRange &attrs,
1650 ParsedAttributesWithRange &Attrs);
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseDeclCXX.cpp199 ParsedAttributesWithRange attrs(AttrFactory); in ParseInnerNamespace()
299 ParsedAttributesWithRange attrs(AttrFactory); in ParseLinkage()
322 ParsedAttributesWithRange attrs(AttrFactory); in ParseLinkage()
338 ParsedAttributesWithRange &attrs, in ParseUsingDirectiveOrDeclaration()
459 ParsedAttributesWithRange MisplacedAttrs(AttrFactory); in ParseUsingDeclaration()
510 ParsedAttributesWithRange Attrs(AttrFactory); in ParseUsingDeclaration()
1125 ParsedAttributesWithRange &Attributes) { in ParseClassSpecifier()
1159 ParsedAttributesWithRange attrs(AttrFactory); in ParseClassSpecifier()
1712 ParsedAttributesWithRange Attributes(AttrFactory); in ParseBaseSpecifier()
2043 ParsedAttributesWithRange attrs(AttrFactory); in ParseCXXClassMemberDeclaration()
[all …]
DParseStmt.cpp114 ParsedAttributesWithRange Attrs(AttrFactory); in ParseStatementOrDeclaration()
164 ParsedAttributesWithRange &Attrs) { in ParseStatementOrDeclarationAfterAttributes()
507 StmtResult Parser::ParseLabeledStatement(ParsedAttributesWithRange &attrs) { in ParseLabeledStatement()
522 ParsedAttributesWithRange TempAttrs(AttrFactory); in ParseLabeledStatement()
917 ParsedAttributesWithRange attrs(AttrFactory); in ParseCompoundStatementBody()
1458 ParsedAttributesWithRange attrs(AttrFactory); in ParseForStatement()
2645 ParsedAttributesWithRange Attributes(AttrFactory); in ParseCXXCatchBlock()
DParseDecl.cpp1283 void Parser::DiagnoseMisplacedCXX11Attribute(ParsedAttributesWithRange &Attrs, in DiagnoseMisplacedCXX11Attribute()
1298 void Parser::DiagnoseProhibitedAttributes(ParsedAttributesWithRange &attrs) { in DiagnoseProhibitedAttributes()
1303 void Parser::ProhibitCXX11Attributes(ParsedAttributesWithRange &attrs) { in ProhibitCXX11Attributes()
1334 ParsedAttributesWithRange &attrs) { in ParseDeclaration()
1400 ParsedAttributesWithRange &Attrs, in ParseSimpleDeclaration()
2054 ParsedAttributesWithRange &Attrs) { in ParseImplicitInt()
2463 ParsedAttributesWithRange attrs(AttrFactory); in ParseDeclarationSpecifiers()
2665 ParsedAttributesWithRange Attrs(AttrFactory); in ParseDeclarationSpecifiers()
2771 ParsedAttributesWithRange Attrs(AttrFactory); in ParseDeclarationSpecifiers()
3131 ParsedAttributesWithRange Attributes(AttrFactory); in ParseDeclarationSpecifiers()
[all …]
DParser.cpp608 ParsedAttributesWithRange attrs(AttrFactory); in ParseTopLevelDecl()
640 Parser::ParseExternalDeclaration(ParsedAttributesWithRange &attrs, in ParseExternalDeclaration()
872 Parser::ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs, in ParseDeclOrFunctionDefInternal()
936 Parser::ParseDeclarationOrFunctionDefinition(ParsedAttributesWithRange &attrs, in ParseDeclarationOrFunctionDefinition()
1932 ParsedAttributesWithRange attrs(AttrFactory); in ParseMicrosoftIfExistsExternalDeclaration()
DParseTemplate.cpp181 ParsedAttributesWithRange prefixAttrs(AttrFactory); in ParseSingleDeclarationAfterTemplate()
DParseObjc.cpp444 ParsedAttributesWithRange attrs(AttrFactory); in ParseObjCInterfaceDeclList()
1586 ParsedAttributesWithRange attrs(AttrFactory); in ParseObjCAtImplementationDeclaration()
DParseExprCXX.cpp1550 ParsedAttributesWithRange attrs(AttrFactory); in ParseCXXCondition()