Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h868 class ParsedAttributesView {
897 friend class ParsedAttributesView; member
907 friend class ParsedAttributesView; member
964 class ParsedAttributes : public ParsedAttributesView {
1081 struct ParsedAttributesViewWithRange : ParsedAttributesView {
1082 ParsedAttributesViewWithRange() : ParsedAttributesView() {} in ParsedAttributesViewWithRange()
1084 ParsedAttributesView::clearListOnly(); in clearListOnly()
H A DSema.h3046 const ParsedAttributesView &Attr,
3218 const ParsedAttributesView &Attrs,
3222 const ParsedAttributesView &Attr);
5716 const ParsedAttributesView &AttrList);
5753 const ParsedAttributesView &AttrList, bool IsInstantiation,
5782 const ParsedAttributesView &AttrList,
6993 const ParsedAttributesView &Attrs);
7742 SourceLocation RAngleLoc, const ParsedAttributesView &Attr);
9545 const ParsedAttributesView &AttrList);
9584 const ParsedAttributesView &AttrList);
[all …]
H A DDeclSpec.h789 void addAttributes(ParsedAttributesView &AL) { in addAttributes()
1191 ParsedAttributesView AttrList;
1573 const ParsedAttributesView &getAttrs() const { return AttrList; } in getAttrs()
1574 ParsedAttributesView &getAttrs() { return AttrList; } in getAttrs()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp226 ParsedAttributesView &getCurrentAttributes() const { in getCurrentAttributes()
347 ParsedAttributesView &fromList, in moveAttrFromListToList()
348 ParsedAttributesView &toList) { in moveAttrFromListToList()
613 ParsedAttributesView &attrList, QualType &declSpecType) { in distributeFunctionTypeAttrToInnermost()
1253 getImageAccess(const ParsedAttributesView &Attrs) { in getImageAccess()
3865 Sema &S, Declarator &D, const ParsedAttributesView &AttrList, in getCCForDeclaratorChunk()
3990 static bool hasNullabilityAttr(const ParsedAttributesView &attrs) { in hasNullabilityAttr()
4648 [](const ParsedAttributesView &AttrList) -> bool { in GetFullTypeForDeclarator()
6271 const ParsedAttributesView &Attrs) { in fillMatrixTypeLoc()
8059 ParsedAttributesView &attrs) { in processTypeAttrs()
[all …]
H A DSemaDeclObjC.cpp981 const ParsedAttributesView &AttrList) { in ActOnStartClassInterface()
1215 const ParsedAttributesView &AttrList) { in ActOnStartProtocolInterface()
1776 const ParsedAttributesView &attrList) { in ActOnForwardProtocolDeclaration()
1808 const ParsedAttributesView &AttrList) { in ActOnStartCategoryInterface()
1902 const ParsedAttributesView &Attrs) { in ActOnStartCategoryImplementation()
1969 const ParsedAttributesView &Attrs) { in ActOnStartClassImplementation()
4709 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
H A DSemaCUDA.cpp68 Sema::IdentifyCUDATarget(const ParsedAttributesView &Attrs) { in IdentifyCUDATarget()
H A DSemaLambda.cpp1269 SourceLocation(), ParsedAttributesView()); in ActOnLambdaError()
1902 SourceLocation(), ParsedAttributesView()); in BuildLambdaExpr()
H A DSemaAttr.cpp996 ParsedAttributesView Attrs; in AddPragmaAttributes()
H A DSemaDeclCXX.cpp3021 const ParsedAttributesView &Attrs) { in ActOnAccessSpecifier()
3159 static const ParsedAttr *getMSPropertyAttr(const ParsedAttributesView &list) { in getMSPropertyAttr()
3160 ParsedAttributesView::const_iterator Itr = in getMSPropertyAttr()
9927 SourceLocation RBrac, const ParsedAttributesView &AttrList) { in ActOnFinishCXXMemberSpecification()
10917 const ParsedAttributesView &AttrList, UsingDirectiveDecl *&UD) { in ActOnStartNamespaceDef()
11449 const ParsedAttributesView &AttrList) { in ActOnUsingDirective()
11546 const ParsedAttributesView &AttrList) { in ActOnUsingDeclaration()
12089 const ParsedAttributesView &AttrList, bool IsInstantiation, in BuildUsingDeclaration()
12752 const ParsedAttributesView &AttrList, in ActOnAliasDeclaration()
16100 const ParsedAttributesView &AttrList, in ActOnEmptyDeclaration()
[all …]
H A DSemaTemplate.cpp1716 const ParsedAttributesView &Attr, TemplateParameterList *TemplateParams, in CheckClassTemplate()
8231 TemplateIdAnnotation &TemplateId, const ParsedAttributesView &Attr, in ActOnClassTemplateSpecialization()
9516 SourceLocation RAngleLoc, const ParsedAttributesView &Attr) { in ActOnExplicitInstantiation()
9820 const ParsedAttributesView &Attr) { in ActOnExplicitInstantiation()
H A DSemaDeclAttr.cpp8447 const ParsedAttributesView &AttrList, in ProcessDeclAttributeList()
8522 const ParsedAttributesView &AttrList) { in ProcessDeclAttributeDelayed()
8538 AccessSpecDecl *ASDecl, const ParsedAttributesView &AttrList) { in ProcessAccessDeclAttributeList()
8552 static void checkUnusedDeclAttributes(Sema &S, const ParsedAttributesView &A) { in checkUnusedDeclAttributes()
H A DSemaTemplateInstantiateDecl.cpp1491 Enumerators, nullptr, ParsedAttributesView()); in InstantiateEnumDefinition()
3307 ParsedAttributesView(), in instantiateUnresolvedUsingDecl()
H A DSemaTemplateInstantiate.cpp2774 SourceLocation(), SourceLocation(), ParsedAttributesView()); in InstantiateClass()
H A DSemaDecl.cpp15539 const ParsedAttributesView &Attrs, AccessSpecifier AS, in ActOnTag()
17238 const ParsedAttributesView &Attrs) { in ActOnFields()
17937 const ParsedAttributesView &Attrs, in ActOnEnumConstant()
18190 const ParsedAttributesView &Attrs) { in ActOnEnumBody()
H A DSemaStmt.cpp4734 SourceLocation(), SourceLocation(), ParsedAttributesView()); in ActOnCapturedRegionError()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1214 static void takeDeclAttributes(ParsedAttributesView &attrs, in takeDeclAttributes()
1215 ParsedAttributesView &from) { in takeDeclAttributes()
1881 ParsedAttributesView()); in HelperActionsForIvarDeclarations()
H A DParseDeclCXX.cpp2634 /*AttrList*/ ParsedAttributesView()))); in ParseCXXClassMemberDeclaration()
4695 ParsedAttributesView{}); in ParseMicrosoftIfExistsClassDeclaration()