Home
last modified time | relevance | path

Searched refs:ParsedAttributesView (Results 1 – 25 of 25) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h808 class ParsedAttributesView {
815 static const ParsedAttributesView &none() { in none()
816 static const ParsedAttributesView Attrs; in none()
844 friend class ParsedAttributesView; member
854 friend class ParsedAttributesView; member
935 class ParsedAttributes : public ParsedAttributesView {
H A DDeclSpec.h828 void addAttributes(const ParsedAttributesView &AL) { in addAttributes()
1230 ParsedAttributesView AttrList;
1612 const ParsedAttributesView &getAttrs() const { return AttrList; } in getAttrs()
1613 ParsedAttributesView &getAttrs() { return AttrList; } in getAttrs()
1905 const ParsedAttributesView &DeclarationAttrs;
1961 Declarator(const DeclSpec &DS, const ParsedAttributesView &DeclarationAttrs, in Declarator()
2608 const ParsedAttributesView &getDeclarationAttributes() const { in getDeclarationAttributes()
H A DSema.h3590 const ParsedAttributesView &Attrs,
3594 const ParsedAttributesView &Attr);
6238 const ParsedAttributesView &AttrList,
6301 const ParsedAttributesView &AttrList);
6338 const ParsedAttributesView &AttrList, bool IsInstantiation,
6370 const ParsedAttributesView &AttrList,
7720 const ParsedAttributesView &Attrs);
8493 SourceLocation RAngleLoc, const ParsedAttributesView &Attr);
10559 const ParsedAttributesView &AttrList);
10569 const ParsedAttributesView &AttrList);
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1261 static void takeDeclAttributes(ParsedAttributesView &attrs, in takeDeclAttributes()
1262 ParsedAttributesView &from) { in takeDeclAttributes()
1322 Declarator declarator(declSpec, ParsedAttributesView::none(), context); in ParseObjCTypeName()
1541 Declarator ParmDecl(DS, ParsedAttributesView::none(), in ParseObjCMethodDecl()
1748 Declarator D(DS, ParsedAttributesView::none(), in parseObjCTypeArgsOrProtocolQualifiers()
1934 ParsedAttributesView()); in HelperActionsForIvarDeclarations()
2608 Declarator ParmDecl(DS, ParsedAttributesView::none(), in ParseObjCTryStmt()
3025 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseObjCXXMessageReceiver()
H A DParseExprCXX.cpp1281 Declarator D(DS, ParsedAttributesView::none(), DeclaratorContext::LambdaExpr); in ParseLambdaExpressionAfterIntroducer()
1590 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCXXCasts()
1917 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCXXTypeConstructExpression()
2813 Declarator D(DS, ParsedAttributesView::none(), in ParseUnqualifiedIdOperator()
3183 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCXXNewExpression()
4018 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCXXAmbiguousParenExpression()
4097 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseBuiltinBitCast()
H A DParseTemplate.cpp246 getCurScope(), AS, DS, ParsedAttributesView::none(), in ParseSingleDeclarationAfterTemplate()
684 Declarator D(DS, ParsedAttributesView::none(), in ParseTemplateParameter()
1026 Declarator ParamDecl(DS, ParsedAttributesView::none(), in ParseNonTypeTemplateParameter()
H A DParseExpr.cpp1244 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCastExpression()
1538 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCastExpression()
2380 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseExprAfterUnaryExprOrTypeTrait()
3085 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseParenExpression()
3655 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseBlockId()
3695 Declarator ParamInfo(DS, ParsedAttributesView::none(), in ParseBlockLiteralExpression()
H A DParseDecl.cpp74 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), Context); in ParseTypeName()
1786 const ParsedAttributesView &Attrs, const SourceLocation CorrectLocation) { in DiagnoseProhibitedAttributes()
1989 ParsedAttributesView OriginalDeclSpecAttrs; in ParseSimpleDeclaration()
2014 getCurScope(), AS_none, DS, ParsedAttributesView::none(), AnonRecord); in ParseSimpleDeclaration()
4632 getCurScope(), AS_none, DS, ParsedAttributesView::none(), AnonRecord); in ParseStructDeclaration()
5012 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseEnumSpecifier()
7767 Declarator TempDeclarator(D.getDeclSpec(), ParsedAttributesView::none(), in ParseMisplacedBracketDeclarator()
H A DParseDeclCXX.cpp1291 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseBaseTypeSpecifier()
1386 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseBaseTypeSpecifier()
2758 /*AttrList*/ ParsedAttributesView()))); in ParseCXXClassMemberDeclaration()
4943 ParsedAttributesView{}); in ParseMicrosoftIfExistsClassDeclaration()
H A DParser.cpp1188 getCurScope(), AS_none, DS, ParsedAttributesView::none(), AnonRecord); in ParseDeclOrFunctionDefInternal()
1585 Declarator ParmDeclarator(DS, ParsedAttributesView::none(), in ParseKNRParamDeclarations()
H A DParseCXXInlineMethods.cpp27 AccessSpecifier AS, const ParsedAttributesView &AccessAttrs, in ParseCXXInlineMethodDef()
H A DParseOpenMP.cpp646 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), Context); in parseOpenMPDeclareMapperVarDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp237 ParsedAttributesView &getCurrentAttributes() const { in getCurrentAttributes()
358 ParsedAttributesView &fromList, in moveAttrFromListToList()
359 ParsedAttributesView &toList) { in moveAttrFromListToList()
627 ParsedAttributesView &attrList, QualType &declSpecType, in distributeFunctionTypeAttrToInnermost()
1261 getImageAccess(const ParsedAttributesView &Attrs) { in getImageAccess()
1833 ParsedAttributesView SlidingAttrs; in ConvertDeclSpecToType()
4102 Sema &S, Declarator &D, const ParsedAttributesView &AttrList, in getCCForDeclaratorChunk()
4906 [](const ParsedAttributesView &AttrList) -> bool { in GetFullTypeForDeclarator()
5954 ParsedAttributesView NonSlidingAttrs; in GetFullTypeForDeclarator()
8803 const ParsedAttributesView &attrs, in processTypeAttrs()
[all …]
H A DSemaDeclObjC.cpp981 const ParsedAttributesView &AttrList, SkipBodyInfo *SkipBody) { in ActOnStartClassInterface()
1224 const ParsedAttributesView &AttrList, SkipBodyInfo *SkipBody) { in ActOnStartProtocolInterface()
1605 Declarator D(DS, ParsedAttributesView::none(), DeclaratorContext::TypeName); in actOnObjCTypeArgsOrProtocolQualifiers()
1792 const ParsedAttributesView &attrList) { in ActOnForwardProtocolDeclaration()
1824 const ParsedAttributesView &AttrList) { in ActOnStartCategoryInterface()
1919 const ParsedAttributesView &Attrs) { in ActOnStartCategoryImplementation()
1985 SourceLocation SuperClassLoc, const ParsedAttributesView &Attrs) { in ActOnStartClassImplementation()
4728 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
H A DSemaCUDA.cpp68 Sema::IdentifyCUDATarget(const ParsedAttributesView &Attrs) { in IdentifyCUDATarget()
H A DSemaLambda.cpp1513 SourceLocation(), ParsedAttributesView()); in ActOnLambdaError()
2165 SourceLocation(), ParsedAttributesView()); in BuildLambdaExpr()
H A DSemaDeclCXX.cpp2838 const ParsedAttributesView &Attributes, in ActOnBaseSpecifier()
3245 const ParsedAttributesView &Attrs) { in ActOnAccessSpecifier()
10503 SourceLocation RBrac, const ParsedAttributesView &AttrList) { in ActOnFinishCXXMemberSpecification()
11616 const ParsedAttributesView &AttrList, in ActOnStartNamespaceDef()
12186 const ParsedAttributesView &AttrList) { in ActOnUsingDirective()
12283 const ParsedAttributesView &AttrList) { in ActOnUsingDeclaration()
12836 const ParsedAttributesView &AttrList, bool IsInstantiation, in BuildUsingDeclaration()
13500 const ParsedAttributesView &AttrList, in ActOnAliasDeclaration()
16872 const ParsedAttributesView &AttrList, in ActOnEmptyDeclaration()
17611 const ParsedAttributesView &Attr, MultiTemplateParamsArg TempParamLists) { in ActOnTemplatedFriendTag()
[all …]
H A DSemaAttr.cpp1119 ParsedAttributesView Attrs; in AddPragmaAttributes()
H A DSemaDecl.cpp4914 const ParsedAttributesView &DeclAttrs, in ParsedFreeStandingDeclSpec()
5138 const ParsedAttributesView &DeclAttrs, in ParsedFreeStandingDeclSpec()
5804 Declarator Dc(DS, ParsedAttributesView::none(), DeclaratorContext::Member); in BuildAnonymousStructOrUnion()
5902 Declarator Dc(DS, ParsedAttributesView::none(), DeclaratorContext::TypeName); in BuildMicrosoftCAnonymousStruct()
14355 Declarator D(DS, ParsedAttributesView::none(), DeclaratorContext::ForInit); in ActOnCXXForRangeIdentifier()
15422 Declarator ParamD(DS, ParsedAttributesView::none(), in ActOnFinishKNRParamDeclarations()
16550 Declarator D(DS, ParsedAttributesView::none(), DeclaratorContext::Block); in ImplicitlyDefineFunction()
17219 const ParsedAttributesView &Attrs, AccessSpecifier AS, in ActOnTag()
19167 const ParsedAttributesView &Attrs) { in ActOnFields()
19914 const ParsedAttributesView &Attrs, in ActOnEnumConstant()
[all …]
H A DSemaDeclAttr.cpp9860 Scope *S, Decl *D, const ParsedAttributesView &AttrList, in ProcessDeclAttributeList()
9935 const ParsedAttributesView &AttrList) { in ProcessDeclAttributeDelayed()
9951 AccessSpecDecl *ASDecl, const ParsedAttributesView &AttrList) { in ProcessAccessDeclAttributeList()
9966 static void checkUnusedDeclAttributes(Sema &S, const ParsedAttributesView &A) { in checkUnusedDeclAttributes()
10100 ParsedAttributesView NonSlidingAttrs; in ProcessDeclAttributes()
H A DSemaTemplate.cpp1859 const ParsedAttributesView &Attr, TemplateParameterList *TemplateParams, in CheckClassTemplate()
8839 TemplateIdAnnotation &TemplateId, const ParsedAttributesView &Attr, in ActOnClassTemplateSpecialization()
10175 SourceLocation RAngleLoc, const ParsedAttributesView &Attr) { in ActOnExplicitInstantiation()
10482 const ParsedAttributesView &Attr) { in ActOnExplicitInstantiation()
H A DSemaTemplateInstantiateDecl.cpp1599 Enumerators, nullptr, ParsedAttributesView()); in InstantiateEnumDefinition()
3497 ParsedAttributesView(), in instantiateUnresolvedUsingDecl()
H A DSemaTemplateInstantiate.cpp3398 SourceLocation(), SourceLocation(), ParsedAttributesView()); in InstantiateClass()
H A DSemaStmt.cpp4865 SourceLocation(), SourceLocation(), ParsedAttributesView()); in ActOnCapturedRegionError()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1596 const ParsedAttributesView &AccessAttrs,
2778 void ProhibitAttributes(ParsedAttributesView &Attrs,
2785 void DiagnoseProhibitedAttributes(const ParsedAttributesView &Attrs,