Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2334 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 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()
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 DParseStmt.cpp108 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 DParser.cpp717 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 DParseDecl.cpp107 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 DParseObjc.cpp49 Parser::ParseObjCAtDirectives(ParsedAttributesWithRange &Attrs) { in ParseObjCAtDirectives()
653 ParsedAttributesWithRange attrs(AttrFactory); in ParseObjCInterfaceDeclList()
2219 ParsedAttributesWithRange attrs(AttrFactory); in ParseObjCAtImplementationDeclaration()
H A DParseCXXInlineMethods.cpp784 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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h1070 struct ParsedAttributesWithRange : ParsedAttributes { struct
1071 ParsedAttributesWithRange(AttributeFactory &factory) in ParsedAttributesWithRange() argument
H A DSema.h4347 const ParsedAttributesWithRange &InAttrs,
4689 StmtResult ActOnAttributedStmt(const ParsedAttributesWithRange &AttrList,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp438 const ParsedAttributesWithRange &InAttrs, in ProcessStmtAttributes()
H A DSemaStmt.cpp582 StmtResult Sema::ActOnAttributedStmt(const ParsedAttributesWithRange &Attrs, in ActOnAttributedStmt()