| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 868 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 D | Sema.h | 3046 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 D | DeclSpec.h | 789 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 D | SemaType.cpp | 226 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 D | SemaDeclObjC.cpp | 981 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 D | SemaCUDA.cpp | 68 Sema::IdentifyCUDATarget(const ParsedAttributesView &Attrs) { in IdentifyCUDATarget()
|
| H A D | SemaLambda.cpp | 1269 SourceLocation(), ParsedAttributesView()); in ActOnLambdaError() 1902 SourceLocation(), ParsedAttributesView()); in BuildLambdaExpr()
|
| H A D | SemaAttr.cpp | 996 ParsedAttributesView Attrs; in AddPragmaAttributes()
|
| H A D | SemaDeclCXX.cpp | 3021 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 D | SemaTemplate.cpp | 1716 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 D | SemaDeclAttr.cpp | 8447 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 D | SemaTemplateInstantiateDecl.cpp | 1491 Enumerators, nullptr, ParsedAttributesView()); in InstantiateEnumDefinition() 3307 ParsedAttributesView(), in instantiateUnresolvedUsingDecl()
|
| H A D | SemaTemplateInstantiate.cpp | 2774 SourceLocation(), SourceLocation(), ParsedAttributesView()); in InstantiateClass()
|
| H A D | SemaDecl.cpp | 15539 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 D | SemaStmt.cpp | 4734 SourceLocation(), SourceLocation(), ParsedAttributesView()); in ActOnCapturedRegionError()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 1214 static void takeDeclAttributes(ParsedAttributesView &attrs, in takeDeclAttributes() 1215 ParsedAttributesView &from) { in takeDeclAttributes() 1881 ParsedAttributesView()); in HelperActionsForIvarDeclarations()
|
| H A D | ParseDeclCXX.cpp | 2634 /*AttrList*/ ParsedAttributesView()))); in ParseCXXClassMemberDeclaration() 4695 ParsedAttributesView{}); in ParseMicrosoftIfExistsClassDeclaration()
|