Searched refs:ParsedAttributesWithRange (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | Parser.h | 1410 struct ParsedAttributesWithRange : ParsedAttributes { struct 1411 ParsedAttributesWithRange(AttributeFactory &factory) in ParsedAttributesWithRange() function 2087 ParsedAttributesWithRange &Attrs); 2347 void ProhibitAttributes(ParsedAttributesWithRange &Attrs, 2368 void ProhibitCXX11Attributes(ParsedAttributesWithRange &Attrs, 2424 ParsedAttributesWithRange attrs(AttrFactory); in MaybeParseCXX11Attributes() 2433 ParsedAttributesWithRange attrsWithRange(AttrFactory); 2438 void MaybeParseCXX11Attributes(ParsedAttributesWithRange &attrs, 2448 void ParseCXX11Attributes(ParsedAttributesWithRange &attrs, 2681 SourceLocation &DeclEnd, ParsedAttributesWithRange &attrs); [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 76 ParsedAttributesWithRange attrs(AttrFactory); in ParseNamespace() 244 ParsedAttributesWithRange attrs(AttrFactory); in ParseInnerNamespace() 345 ParsedAttributesWithRange attrs(AttrFactory); in ParseLinkage() 395 ParsedAttributesWithRange attrs(AttrFactory); in ParseLinkage() 427 ParsedAttributesWithRange Attrs(AttrFactory); in ParseExportDeclaration() 446 ParsedAttributesWithRange Attrs(AttrFactory); in ParseExportDeclaration() 669 ParsedAttributesWithRange Attrs(AttrFactory); in ParseUsingDeclaration() 1412 ParsedAttributesWithRange attrs(AttrFactory); in ParseClassSpecifier() 2042 ParsedAttributesWithRange Attributes(AttrFactory); in ParseBaseSpecifier() 2525 ParsedAttributesWithRange attrs(AttrFactory); in ParseCXXClassMemberDeclaration() [all …]
|
| H A D | ParseStmt.cpp | 105 ParsedAttributesWithRange Attrs(AttrFactory); in ParseStatementOrDeclaration() 154 ParsedAttributesWithRange &Attrs) { in ParseStatementOrDeclarationAfterAttributes() 581 StmtResult Parser::ParseLabeledStatement(ParsedAttributesWithRange &attrs) { in ParseLabeledStatement() 596 ParsedAttributesWithRange TempAttrs(AttrFactory); in ParseLabeledStatement() 1038 ParsedAttributesWithRange attrs(AttrFactory); in ParseCompoundStatementBody() 1619 ParsedAttributesWithRange attrs(AttrFactory); in ParseForStatement() 1986 ParsedAttributesWithRange &Attrs) { in ParsePragmaLoopHint() 1988 ParsedAttributesWithRange TempAttrs(AttrFactory); in ParsePragmaLoopHint() 2232 ParsedAttributesWithRange Attributes(AttrFactory); in ParseCXXCatchBlock()
|
| H A D | Parser.cpp | 607 ParsedAttributesWithRange attrs(AttrFactory); in ParseTopLevelDecl() 641 Parser::ParseExternalDeclaration(ParsedAttributesWithRange &attrs, in ParseExternalDeclaration() 920 Parser::ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs, in ParseDeclOrFunctionDefInternal() 1019 Parser::ParseDeclarationOrFunctionDefinition(ParsedAttributesWithRange &attrs, in ParseDeclarationOrFunctionDefinition() 2065 ParsedAttributesWithRange attrs(AttrFactory); in ParseMicrosoftIfExistsExternalDeclaration() 2107 ParsedAttributesWithRange Attrs(AttrFactory); in ParseModuleDecl() 2136 ParsedAttributesWithRange Attrs(AttrFactory); in ParseModuleImport()
|
| H A D | ParseDecl.cpp | 1733 ParsedAttributesWithRange &Attrs, in ParseSimpleDeclaration() 2937 ParsedAttributesWithRange attrs(AttrFactory); in ParseDeclarationSpecifiers() 3127 ParsedAttributesWithRange Attrs(AttrFactory); in ParseDeclarationSpecifiers() 3274 ParsedAttributesWithRange Attrs(AttrFactory); in ParseDeclarationSpecifiers() 3708 ParsedAttributesWithRange Attributes(AttrFactory); in ParseDeclarationSpecifiers() 3906 ParsedAttributesWithRange Attrs(AttrFactory); in ParseStructDeclaration() 4023 ParsedAttributesWithRange Attrs(AttrFactory); in ParseStructUnionBody() 4132 ParsedAttributesWithRange attrs(AttrFactory); in ParseEnumSpecifier() 4513 ParsedAttributesWithRange attrs(AttrFactory); in ParseEnumBody() 5138 ParsedAttributesWithRange attrs(AttrFactory); in ParseTypeQualifierListOpt() [all …]
|
| H A D | ParseObjc.cpp | 49 Parser::ParseObjCAtDirectives(ParsedAttributesWithRange &Attrs) { in ParseObjCAtDirectives() 650 ParsedAttributesWithRange attrs(AttrFactory); in ParseObjCInterfaceDeclList() 2194 ParsedAttributesWithRange attrs(AttrFactory); in ParseObjCAtImplementationDeclaration()
|
| H A D | ParseTemplate.cpp | 183 ParsedAttributesWithRange prefixAttrs(AttrFactory); in ParseSingleDeclarationAfterTemplate()
|
| H A D | ParseOpenMP.cpp | 721 AccessSpecifier &AS, ParsedAttributesWithRange &Attrs, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
|
| H A D | ParseExprCXX.cpp | 1750 ParsedAttributesWithRange attrs(AttrFactory); in ParseCXXCondition()
|