Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1578 DeclGroupPtrTy ParseExternalDeclaration(ParsedAttributesWithRange &attrs,
1583 ParsedAttributesWithRange &attrs,
1586 DeclGroupPtrTy ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs,
1601 DeclGroupPtrTy ParseObjCAtDirectives(ParsedAttributesWithRange &Attrs);
2060 ParsedAttributesWithRange &Attrs);
2062 StmtResult ParseLabeledStatement(ParsedAttributesWithRange &attrs,
2093 ParsedAttributesWithRange &Attrs);
2302 ParsedAttributesWithRange &attrs,
2306 ParsedAttributesWithRange &attrs, bool RequireSemi,
2332 ParsedAttributesWithRange &Attrs);
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp76 ParsedAttributesWithRange attrs(AttrFactory); in ParseNamespace()
244 ParsedAttributesWithRange attrs(AttrFactory); in ParseInnerNamespace()
347 ParsedAttributesWithRange attrs(AttrFactory); in ParseLinkage()
397 ParsedAttributesWithRange attrs(AttrFactory); in ParseLinkage()
429 ParsedAttributesWithRange Attrs(AttrFactory); in ParseExportDeclaration()
449 ParsedAttributesWithRange Attrs(AttrFactory); in ParseExportDeclaration()
466 ParsedAttributesWithRange &attrs) { in ParseUsingDirectiveOrDeclaration()
680 ParsedAttributesWithRange MisplacedAttrs(AttrFactory); in ParseUsingDeclaration()
686 ParsedAttributesWithRange Attrs(AttrFactory); in ParseUsingDeclaration()
1421 ParsedAttributesWithRange &Attributes) { in ParseClassSpecifier()
[all …]
H A DParseStmt.cpp108 ParsedAttributesWithRange Attrs(AttrFactory); in ParseStatementOrDeclaration()
161 SourceLocation *TrailingElseLoc, ParsedAttributesWithRange &Attrs) { in ParseStatementOrDeclarationAfterAttributes()
619 StmtResult Parser::ParseLabeledStatement(ParsedAttributesWithRange &attrs, in ParseLabeledStatement()
639 ParsedAttributesWithRange TempAttrs(AttrFactory); in ParseLabeledStatement()
1112 ParsedAttributesWithRange attrs(AttrFactory); in ParseCompoundStatementBody()
1829 ParsedAttributesWithRange attrs(AttrFactory); in ParseForStatement()
2220 ParsedAttributesWithRange &Attrs) { in ParsePragmaLoopHint()
2222 ParsedAttributesWithRange TempAttrs(AttrFactory); in ParsePragmaLoopHint()
2475 ParsedAttributesWithRange Attributes(AttrFactory); in ParseCXXCatchBlock()
H A DParser.cpp715 ParsedAttributesWithRange attrs(AttrFactory); in ParseTopLevelDecl()
749 Parser::ParseExternalDeclaration(ParsedAttributesWithRange &attrs, in ParseExternalDeclaration()
1037 Parser::ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs, in ParseDeclOrFunctionDefInternal()
1138 Parser::ParseDeclarationOrFunctionDefinition(ParsedAttributesWithRange &attrs, in ParseDeclarationOrFunctionDefinition()
2268 ParsedAttributesWithRange attrs(AttrFactory); in ParseMicrosoftIfExistsExternalDeclaration()
2354 ParsedAttributesWithRange Attrs(AttrFactory); in ParseModuleDecl()
2416 ParsedAttributesWithRange Attrs(AttrFactory); in ParseModuleImport()
H A DParseDecl.cpp107 ParsedAttributesWithRange &Attrs, in ParseAttributes()
165 void Parser::ParseGNUAttributes(ParsedAttributesWithRange &Attrs, in ParseGNUAttributes()
1589 void Parser::DiagnoseMisplacedCXX11Attribute(ParsedAttributesWithRange &Attrs, in DiagnoseMisplacedCXX11Attribute()
1615 void Parser::ProhibitCXX11Attributes(ParsedAttributesWithRange &Attrs, in ProhibitCXX11Attributes()
1660 void Parser::stripTypeAttributesOffDeclSpec(ParsedAttributesWithRange &Attrs, in stripTypeAttributesOffDeclSpec()
1699 ParsedAttributesWithRange &attrs, in ParseDeclaration()
1766 ParsedAttributesWithRange &Attrs, bool RequireSemi, ForRangeInit *FRI, in ParseSimpleDeclaration()
2551 ParsedAttributesWithRange &Attrs) { in ParseImplicitInt()
3047 ParsedAttributesWithRange attrs(AttrFactory); in ParseDeclarationSpecifiers()
3276 ParsedAttributesWithRange Attrs(AttrFactory); in ParseDeclarationSpecifiers()
[all …]
H A DParseObjc.cpp49 Parser::ParseObjCAtDirectives(ParsedAttributesWithRange &Attrs) { in ParseObjCAtDirectives()
653 ParsedAttributesWithRange attrs(AttrFactory); in ParseObjCInterfaceDeclList()
2219 ParsedAttributesWithRange attrs(AttrFactory); in ParseObjCAtImplementationDeclaration()
H A DParseCXXInlineMethods.cpp783 ParsedAttributesWithRange Attrs(AttrFactory); in ParseLexedPragma()
H A DParseTemplate.cpp207 ParsedAttributesWithRange prefixAttrs(AttrFactory); in ParseSingleDeclarationAfterTemplate()
H A DParseExprCXX.cpp1970 ParsedAttributesWithRange attrs(AttrFactory); in ParseCXXCondition()
H A DParseOpenMP.cpp1858 AccessSpecifier &AS, ParsedAttributesWithRange &Attrs, bool Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h1070 struct ParsedAttributesWithRange : ParsedAttributes { struct
1071 ParsedAttributesWithRange(AttributeFactory &factory) in ParsedAttributesWithRange() function
H A DSema.h4316 const ParsedAttributesWithRange &InAttrs,
4658 StmtResult ActOnAttributedStmt(const ParsedAttributesWithRange &AttrList,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAttr.cpp438 const ParsedAttributesWithRange &InAttrs, in ProcessStmtAttributes()
H A DSemaStmt.cpp582 StmtResult Sema::ActOnAttributedStmt(const ParsedAttributesWithRange &Attrs, in ActOnAttributedStmt()