Searched refs:ParsedAttributesWithRange (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2334 ParsedAttributesWithRange &Attrs); 2604 void ProhibitAttributes(ParsedAttributesWithRange &Attrs, 2673 ParsedAttributesWithRange &Attrs, 2679 ParsedAttributesWithRange AttrsWithRange(AttrFactory); 2686 ParsedAttributesWithRange &Attrs, 2726 ParsedAttributesWithRange AttrsWithRange(AttrFactory); 2753 ParsedAttributesWithRange AttrsWithRange(AttrFactory); 2758 void ParseGNUAttributes(ParsedAttributesWithRange &Attrs, 2787 ParsedAttributesWithRange attrs(AttrFactory); in MaybeParseCXX11Attributes() 2796 ParsedAttributesWithRange attrsWithRange(AttrFactory); [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 76 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() 720 ParsedAttributesWithRange Attrs(AttrFactory); in ParseUsingDeclaration() 1492 ParsedAttributesWithRange attrs(AttrFactory); in ParseClassSpecifier() 2149 ParsedAttributesWithRange Attributes(AttrFactory); in ParseBaseSpecifier() 2666 ParsedAttributesWithRange attrs(AttrFactory); in ParseCXXClassMemberDeclaration() [all …]
|
| H A D | ParseStmt.cpp | 108 ParsedAttributesWithRange Attrs(AttrFactory); in ParseStatementOrDeclaration() 161 SourceLocation *TrailingElseLoc, ParsedAttributesWithRange &Attrs) { in ParseStatementOrDeclarationAfterAttributes() 624 StmtResult Parser::ParseLabeledStatement(ParsedAttributesWithRange &attrs, in ParseLabeledStatement() 644 ParsedAttributesWithRange TempAttrs(AttrFactory); in ParseLabeledStatement() 1117 ParsedAttributesWithRange attrs(AttrFactory); in ParseCompoundStatementBody() 1834 ParsedAttributesWithRange attrs(AttrFactory); in ParseForStatement() 2225 ParsedAttributesWithRange &Attrs) { in ParsePragmaLoopHint() 2227 ParsedAttributesWithRange TempAttrs(AttrFactory); in ParsePragmaLoopHint() 2480 ParsedAttributesWithRange Attributes(AttrFactory); in ParseCXXCatchBlock()
|
| H A D | Parser.cpp | 717 ParsedAttributesWithRange attrs(AttrFactory); in ParseTopLevelDecl() 751 Parser::ParseExternalDeclaration(ParsedAttributesWithRange &attrs, in ParseExternalDeclaration() 1040 Parser::ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs, in ParseDeclOrFunctionDefInternal() 1141 Parser::ParseDeclarationOrFunctionDefinition(ParsedAttributesWithRange &attrs, in ParseDeclarationOrFunctionDefinition() 2271 ParsedAttributesWithRange attrs(AttrFactory); in ParseMicrosoftIfExistsExternalDeclaration() 2357 ParsedAttributesWithRange Attrs(AttrFactory); in ParseModuleDecl() 2419 ParsedAttributesWithRange Attrs(AttrFactory); in ParseModuleImport()
|
| H A D | ParseDecl.cpp | 107 ParsedAttributesWithRange &Attrs, in ParseAttributes() 3054 ParsedAttributesWithRange attrs(AttrFactory); in ParseDeclarationSpecifiers() 3283 ParsedAttributesWithRange Attrs(AttrFactory); in ParseDeclarationSpecifiers() 3430 ParsedAttributesWithRange Attrs(AttrFactory); in ParseDeclarationSpecifiers() 3987 ParsedAttributesWithRange Attributes(AttrFactory); in ParseDeclarationSpecifiers() 4193 ParsedAttributesWithRange Attrs(AttrFactory); in ParseStructDeclaration() 4313 ParsedAttributesWithRange Attrs(AttrFactory); in ParseStructUnionBody() 4432 ParsedAttributesWithRange attrs(AttrFactory); in ParseEnumSpecifier() 4835 ParsedAttributesWithRange attrs(AttrFactory); in ParseEnumBody() 5510 ParsedAttributesWithRange attrs(AttrFactory); in ParseTypeQualifierListOpt() [all …]
|
| H A D | ParseObjc.cpp | 49 Parser::ParseObjCAtDirectives(ParsedAttributesWithRange &Attrs) { in ParseObjCAtDirectives() 653 ParsedAttributesWithRange attrs(AttrFactory); in ParseObjCInterfaceDeclList() 2219 ParsedAttributesWithRange attrs(AttrFactory); in ParseObjCAtImplementationDeclaration()
|
| H A D | ParseCXXInlineMethods.cpp | 784 ParsedAttributesWithRange Attrs(AttrFactory); in ParseLexedPragma()
|
| H A D | ParseTemplate.cpp | 207 ParsedAttributesWithRange prefixAttrs(AttrFactory); in ParseSingleDeclarationAfterTemplate()
|
| H A D | ParseExprCXX.cpp | 1970 ParsedAttributesWithRange attrs(AttrFactory); in ParseCXXCondition()
|
| H A D | ParseOpenMP.cpp | 1858 AccessSpecifier &AS, ParsedAttributesWithRange &Attrs, bool Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 1070 struct ParsedAttributesWithRange : ParsedAttributes { struct 1071 ParsedAttributesWithRange(AttributeFactory &factory) in ParsedAttributesWithRange() argument
|
| H A D | Sema.h | 4347 const ParsedAttributesWithRange &InAttrs, 4689 StmtResult ActOnAttributedStmt(const ParsedAttributesWithRange &AttrList,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmtAttr.cpp | 438 const ParsedAttributesWithRange &InAttrs, in ProcessStmtAttributes()
|
| H A D | SemaStmt.cpp | 582 StmtResult Sema::ActOnAttributedStmt(const ParsedAttributesWithRange &Attrs, in ActOnAttributedStmt()
|