Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedAttr.h760 class ParsedAttributesView {
789 friend class ParsedAttributesView; member
799 friend class ParsedAttributesView; member
855 class ParsedAttributes : public ParsedAttributesView {
H A DSema.h2248 const ParsedAttributesView &Attr,
2374 const ParsedAttributesView &Attrs,
2378 const ParsedAttributesView &Attr);
4635 const ParsedAttributesView &AttrList);
4670 const ParsedAttributesView &AttrList, bool IsInstantiation);
5766 const ParsedAttributesView &Attrs);
6333 const ParsedAttributesView &Attr,
6373 SourceLocation RAngleLoc, const ParsedAttributesView &Attr);
7979 const ParsedAttributesView &AttrList);
8018 const ParsedAttributesView &AttrList);
[all …]
H A DDeclSpec.h756 void addAttributes(ParsedAttributesView &AL) { in addAttributes()
1164 ParsedAttributesView AttrList;
1541 const ParsedAttributesView &getAttrs() const { return AttrList; } in getAttrs()
1542 ParsedAttributesView &getAttrs() { return AttrList; } in getAttrs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAttr.cpp356 const ParsedAttributesView &AttrList, in ProcessStmtAttributes()
H A DSemaType.cpp217 ParsedAttributesView &getCurrentAttributes() const { in getCurrentAttributes()
311 ParsedAttributesView &fromList, in moveAttrFromListToList()
312 ParsedAttributesView &toList) { in moveAttrFromListToList()
577 ParsedAttributesView &attrList, QualType &declSpecType) { in distributeFunctionTypeAttrToInnermost()
1217 getImageAccess(const ParsedAttributesView &Attrs) { in getImageAccess()
3378 Sema &S, Declarator &D, const ParsedAttributesView &AttrList, in getCCForDeclaratorChunk()
3498 static bool hasNullabilityAttr(const ParsedAttributesView &attrs) { in hasNullabilityAttr()
4136 [](const ParsedAttributesView &AttrList) -> bool { in GetFullTypeForDeclarator()
4202 ParsedAttributesView &attrs) -> ParsedAttr * { in GetFullTypeForDeclarator()
7311 ParsedAttributesView &attrs) { in processTypeAttrs()
[all …]
H A DSemaLambda.cpp1184 SourceLocation(), ParsedAttributesView()); in ActOnLambdaError()
1647 SourceLocation(), ParsedAttributesView()); in BuildLambdaExpr()
H A DSemaDeclObjC.cpp979 const ParsedAttributesView &AttrList) { in ActOnStartClassInterface()
1208 const ParsedAttributesView &AttrList) { in ActOnStartProtocolInterface()
1766 const ParsedAttributesView &attrList) { in ActOnForwardProtocolDeclaration()
1798 const ParsedAttributesView &AttrList) { in ActOnStartCategoryInterface()
4532 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
H A DSemaCUDA.cpp59 Sema::IdentifyCUDATarget(const ParsedAttributesView &Attrs) { in IdentifyCUDATarget()
H A DSemaAttr.cpp696 ParsedAttributesView Attrs; in AddPragmaAttributes()
H A DSemaDeclCXX.cpp2736 const ParsedAttributesView &Attrs) { in ActOnAccessSpecifier()
2864 static const ParsedAttr *getMSPropertyAttr(const ParsedAttributesView &list) { in getMSPropertyAttr()
2865 ParsedAttributesView::const_iterator Itr = in getMSPropertyAttr()
7907 SourceLocation RBrac, const ParsedAttributesView &AttrList) { in ActOnFinishCXXMemberSpecification()
8842 const ParsedAttributesView &AttrList, UsingDirectiveDecl *&UD) { in ActOnStartNamespaceDef()
9361 const ParsedAttributesView &AttrList) { in ActOnUsingDirective()
9458 const ParsedAttributesView &AttrList) { in ActOnUsingDeclaration()
9918 const ParsedAttributesView &AttrList, bool IsInstantiation) { in BuildUsingDeclaration()
10486 const ParsedAttributesView &AttrList, in ActOnAliasDeclaration()
13693 const ParsedAttributesView &AttrList, in ActOnEmptyDeclaration()
[all …]
H A DSemaTemplate.cpp1267 const ParsedAttributesView &Attr, TemplateParameterList *TemplateParams, in CheckClassTemplate()
7447 const ParsedAttributesView &Attr, in ActOnClassTemplateSpecialization()
8648 SourceLocation RAngleLoc, const ParsedAttributesView &Attr) { in ActOnExplicitInstantiation()
8928 const ParsedAttributesView &Attr) { in ActOnExplicitInstantiation()
H A DSemaDeclAttr.cpp7022 const ParsedAttributesView &AttrList, in ProcessDeclAttributeList()
7096 const ParsedAttributesView &AttrList) { in ProcessDeclAttributeDelayed()
7107 AccessSpecDecl *ASDecl, const ParsedAttributesView &AttrList) { in ProcessAccessDeclAttributeList()
7121 static void checkUnusedDeclAttributes(Sema &S, const ParsedAttributesView &A) { in checkUnusedDeclAttributes()
H A DSemaTemplateInstantiateDecl.cpp1139 Enumerators, nullptr, ParsedAttributesView()); in InstantiateEnumDefinition()
2734 ParsedAttributesView(), in instantiateUnresolvedUsingDecl()
H A DSemaTemplateInstantiate.cpp2133 SourceLocation(), SourceLocation(), ParsedAttributesView()); in InstantiateClass()
H A DSemaDecl.cpp14024 const ParsedAttributesView &Attrs, AccessSpecifier AS, in ActOnTag()
15724 const ParsedAttributesView &Attrs) { in ActOnFields()
16413 const ParsedAttributesView &Attrs, in ActOnEnumConstant()
16664 const ParsedAttributesView &Attrs) { in ActOnEnumBody()
H A DSemaStmt.cpp4355 SourceLocation(), SourceLocation(), ParsedAttributesView()); in ActOnCapturedRegionError()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1421 struct ParsedAttributesViewWithRange : ParsedAttributesView {
1422 ParsedAttributesViewWithRange() : ParsedAttributesView() {} in ParsedAttributesViewWithRange()
1424 ParsedAttributesView::clearListOnly(); in clearListOnly()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp1195 static void takeDeclAttributes(ParsedAttributesView &attrs, in takeDeclAttributes()
1196 ParsedAttributesView &from) { in takeDeclAttributes()
1867 ParsedAttributesView()); in HelperActionsForIvarDeclarations()
H A DParseDeclCXX.cpp2493 /*AttrList*/ ParsedAttributesView()))); in ParseCXXClassMemberDeclaration()
4305 ParsedAttributesView{}); in ParseMicrosoftIfExistsClassDeclaration()