Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h2850 Decl *ActOnEmptyDeclaration(Scope *S, const ParsedAttributesView &AttrList,
2998 SourceLocation NameLoc, const ParsedAttributesView &Attr,
3010 const ParsedAttributesView &Attr,
3116 SourceLocation RBrac, const ParsedAttributesView &AttrList);
3181 const ParsedAttributesView &Attrs,
3185 const ParsedAttributesView &Attr);
4260 const ParsedAttributesView &AttrList);
4261 void ProcessDeclAttributeList(Scope *S, Decl *D, const ParsedAttributesView &AL,
4264 const ParsedAttributesView &AttrList);
5603 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp225 ParsedAttributesView &getCurrentAttributes() const { in getCurrentAttributes()
346 ParsedAttributesView &fromList, in moveAttrFromListToList()
347 ParsedAttributesView &toList) { in moveAttrFromListToList()
363 TypeAttrLocation TAL, ParsedAttributesView &attrs);
612 ParsedAttributesView &attrList, QualType &declSpecType) { in distributeFunctionTypeAttrToInnermost()
688 ParsedAttributesView AttrsCopy{state.getDeclarator().getAttributes()}; in distributeTypeAttrsFromDeclarator()
1252 getImageAccess(const ParsedAttributesView &Attrs) { in getImageAccess()
3832 Sema &S, Declarator &D, const ParsedAttributesView &AttrList, in getCCForDeclaratorChunk()
3957 static bool hasNullabilityAttr(const ParsedAttributesView &attrs) { in hasNullabilityAttr()
4615 [](const ParsedAttributesView &AttrList) -> bool { in GetFullTypeForDeclarator()
[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.cpp1265 SourceLocation(), ParsedAttributesView()); in ActOnLambdaError()
1898 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()
9920 SourceLocation RBrac, const ParsedAttributesView &AttrList) { in ActOnFinishCXXMemberSpecification()
10910 const ParsedAttributesView &AttrList, UsingDirectiveDecl *&UD) { in ActOnStartNamespaceDef()
11442 const ParsedAttributesView &AttrList) { in ActOnUsingDirective()
11539 const ParsedAttributesView &AttrList) { in ActOnUsingDeclaration()
12004 const ParsedAttributesView &AttrList, bool IsInstantiation) { in BuildUsingDeclaration()
12570 const ParsedAttributesView &AttrList, in ActOnAliasDeclaration()
15895 const ParsedAttributesView &AttrList, in ActOnEmptyDeclaration()
[all …]
H A DSemaDeclAttr.cpp8317 const ParsedAttributesView &AttrList, in ProcessDeclAttributeList()
8392 const ParsedAttributesView &AttrList) { in ProcessDeclAttributeDelayed()
8408 AccessSpecDecl *ASDecl, const ParsedAttributesView &AttrList) { in ProcessAccessDeclAttributeList()
8422 static void checkUnusedDeclAttributes(Sema &S, const ParsedAttributesView &A) { in checkUnusedDeclAttributes()
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 DSemaTemplateInstantiateDecl.cpp1436 Enumerators, nullptr, ParsedAttributesView()); in InstantiateEnumDefinition()
3190 ParsedAttributesView(), in instantiateUnresolvedUsingDecl()
H A DSemaTemplateInstantiate.cpp2775 SourceLocation(), SourceLocation(), ParsedAttributesView()); in InstantiateClass()
H A DSemaDecl.cpp15483 const ParsedAttributesView &Attrs, AccessSpecifier AS, in ActOnTag()
17181 const ParsedAttributesView &Attrs) { in ActOnFields()
17880 const ParsedAttributesView &Attrs, in ActOnEnumConstant()
18133 const ParsedAttributesView &Attrs) { in ActOnEnumBody()
H A DSemaStmt.cpp4786 SourceLocation(), SourceLocation(), ParsedAttributesView()); in ActOnCapturedRegionError()
/netbsd-src/external/apache2/llvm/dist/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.cpp2577 /*AttrList*/ ParsedAttributesView()))); in ParseCXXClassMemberDeclaration()
4526 ParsedAttributesView{}); in ParseMicrosoftIfExistsClassDeclaration()