Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h909 class ParsedAttributesView {
916 static const ParsedAttributesView &none() { in none()
917 static const ParsedAttributesView Attrs; in none()
945 friend class ParsedAttributesView; member
955 friend class ParsedAttributesView; member
1012 class ParsedAttributes : public ParsedAttributesView {
H A DDeclSpec.h790 void addAttributes(const ParsedAttributesView &AL) { in addAttributes()
1192 ParsedAttributesView AttrList;
1574 const ParsedAttributesView &getAttrs() const { return AttrList; } in getAttrs()
1575 ParsedAttributesView &getAttrs() { return AttrList; } in getAttrs()
1860 const ParsedAttributesView &DeclarationAttrs;
1916 Declarator(const DeclSpec &DS, const ParsedAttributesView &DeclarationAttrs, in Declarator()
2562 const ParsedAttributesView &getDeclarationAttributes() const { in getDeclarationAttributes()
H A DSema.h3252 const ParsedAttributesView &Attr,
3423 const ParsedAttributesView &Attrs,
3427 const ParsedAttributesView &Attr);
5999 const ParsedAttributesView &AttrList);
6036 const ParsedAttributesView &AttrList, bool IsInstantiation,
7290 const ParsedAttributesView &Attrs);
8043 SourceLocation RAngleLoc, const ParsedAttributesView &Attr);
9874 const ParsedAttributesView &AttrList);
9913 const ParsedAttributesView &AttrList);
9923 const ParsedAttributesView &AttrList);
[all …]
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp1216 static void takeDeclAttributes(ParsedAttributesView &attrs, in takeDeclAttributes()
1217 ParsedAttributesView &from) { in takeDeclAttributes()
1277 Declarator declarator(declSpec, ParsedAttributesView::none(), context); in ParseObjCTypeName()
1496 Declarator ParmDecl(DS, ParsedAttributesView::none(), in ParseObjCMethodDecl()
1703 Declarator D(DS, ParsedAttributesView::none(), in parseObjCTypeArgsOrProtocolQualifiers()
1889 ParsedAttributesView()); in HelperActionsForIvarDeclarations()
2549 Declarator ParmDecl(DS, ParsedAttributesView::none(), in ParseObjCTryStmt()
2966 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseObjCXXMessageReceiver()
H A DParseExprCXX.cpp1251 Declarator D(DS, ParsedAttributesView::none(), DeclaratorContext::LambdaExpr); in ParseLambdaExpressionAfterIntroducer()
1526 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCXXCasts()
1853 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCXXTypeConstructExpression()
2743 Declarator D(DS, ParsedAttributesView::none(), in ParseUnqualifiedIdOperator()
3102 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCXXNewExpression()
3954 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCXXAmbiguousParenExpression()
4033 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseBuiltinBitCast()
H A DParseTemplate.cpp234 getCurScope(), AS, DS, ParsedAttributesView::none(), in ParseSingleDeclarationAfterTemplate()
671 Declarator D(DS, ParsedAttributesView::none(), in ParseTemplateParameter()
996 Declarator ParamDecl(DS, ParsedAttributesView::none(), in ParseNonTypeTemplateParameter()
H A DParseExpr.cpp1215 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCastExpression()
1494 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCastExpression()
2301 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseExprAfterUnaryExprOrTypeTrait()
2965 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseParenExpression()
3501 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseBlockId()
3541 Declarator ParamInfo(DS, ParsedAttributesView::none(), in ParseBlockLiteralExpression()
H A DParseDecl.cpp60 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), Context); in ParseTypeName()
1842 ParsedAttributesView OriginalDeclSpecAttrs; in ParseSimpleDeclaration()
1867 getCurScope(), AS_none, DS, ParsedAttributesView::none(), AnonRecord); in ParseSimpleDeclaration()
4362 getCurScope(), AS_none, DS, ParsedAttributesView::none(), AnonRecord); in ParseStructDeclaration()
4731 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseEnumSpecifier()
7343 Declarator TempDeclarator(D.getDeclSpec(), ParsedAttributesView::none(), in ParseMisplacedBracketDeclarator()
H A DParseDeclCXX.cpp1224 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseBaseTypeSpecifier()
1316 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseBaseTypeSpecifier()
2626 /*AttrList*/ ParsedAttributesView()))); in ParseCXXClassMemberDeclaration()
4748 ParsedAttributesView{}); in ParseMicrosoftIfExistsClassDeclaration()
H A DParser.cpp1127 getCurScope(), AS_none, DS, ParsedAttributesView::none(), AnonRecord); in ParseDeclOrFunctionDefInternal()
1497 Declarator ParmDeclarator(DS, ParsedAttributesView::none(), in ParseKNRParamDeclarations()
H A DParseCXXInlineMethods.cpp25 AccessSpecifier AS, const ParsedAttributesView &AccessAttrs, in ParseCXXInlineMethodDef()
H A DParseOpenMP.cpp648 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), Context); in parseOpenMPDeclareMapperVarDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp222 ParsedAttributesView &getCurrentAttributes() const { in getCurrentAttributes()
343 ParsedAttributesView &fromList, in moveAttrFromListToList()
344 ParsedAttributesView &toList) { in moveAttrFromListToList()
361 const ParsedAttributesView &attrs);
610 ParsedAttributesView &attrList, QualType &declSpecType) { in distributeFunctionTypeAttrToInnermost()
1243 getImageAccess(const ParsedAttributesView &Attrs) { in getImageAccess()
1793 ParsedAttributesView SlidingAttrs; in ConvertDeclSpecToType()
3932 Sema &S, Declarator &D, const ParsedAttributesView &AttrList, in getCCForDeclaratorChunk()
4729 [](const ParsedAttributesView &AttrList) -> bool { in GetFullTypeForDeclarator()
5725 ParsedAttributesView NonSlidingAttrs; in GetFullTypeForDeclarator()
[all …]
H A DSemaDeclObjC.cpp981 const ParsedAttributesView &AttrList) { in ActOnStartClassInterface()
1216 const ParsedAttributesView &AttrList) { in ActOnStartProtocolInterface()
1591 Declarator D(DS, ParsedAttributesView::none(), DeclaratorContext::TypeName); in actOnObjCTypeArgsOrProtocolQualifiers()
1778 const ParsedAttributesView &attrList) { in ActOnForwardProtocolDeclaration()
1810 const ParsedAttributesView &AttrList) { in ActOnStartCategoryInterface()
1905 const ParsedAttributesView &Attrs) { in ActOnStartCategoryImplementation()
1971 SourceLocation SuperClassLoc, const ParsedAttributesView &Attrs) { in ActOnStartClassImplementation()
4717 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
H A DSemaCUDA.cpp68 Sema::IdentifyCUDATarget(const ParsedAttributesView &Attrs) { in IdentifyCUDATarget()
H A DSemaLambda.cpp1268 SourceLocation(), ParsedAttributesView()); in ActOnLambdaError()
1904 SourceLocation(), ParsedAttributesView()); in BuildLambdaExpr()
H A DSemaDeclCXX.cpp3061 const ParsedAttributesView &Attrs) { in ActOnAccessSpecifier()
3200 ParsedAttributesView::const_iterator Itr = in getMSPropertyAttr()
10120 SourceLocation RBrac, const ParsedAttributesView &AttrList) { in ActOnFinishCXXMemberSpecification()
11117 const ParsedAttributesView &AttrList, UsingDirectiveDecl *&UD) { in ActOnStartNamespaceDef()
11649 const ParsedAttributesView &AttrList) { in ActOnUsingDirective()
11746 const ParsedAttributesView &AttrList) { in ActOnUsingDeclaration()
12289 const ParsedAttributesView &AttrList, bool IsInstantiation, in BuildUsingDeclaration()
12952 const ParsedAttributesView &AttrList, in ActOnAliasDeclaration()
16351 const ParsedAttributesView &AttrList, in ActOnEmptyDeclaration()
16723 const ParsedAttributesView &Attr, in ActOnTemplatedFriendTag()
[all …]
H A DSemaDecl.cpp4758 const ParsedAttributesView &DeclAttrs, in ParsedFreeStandingDeclSpec()
4976 const ParsedAttributesView &DeclAttrs, in ParsedFreeStandingDeclSpec()
5593 Declarator Dc(DS, ParsedAttributesView::none(), DeclaratorContext::Member); in BuildAnonymousStructOrUnion()
5690 Declarator Dc(DS, ParsedAttributesView::none(), DeclaratorContext::TypeName); in BuildMicrosoftCAnonymousStruct()
13498 Declarator D(DS, ParsedAttributesView::none(), DeclaratorContext::ForInit); in ActOnCXXForRangeIdentifier()
14496 Declarator ParamD(DS, ParsedAttributesView::none(), in ActOnFinishKNRParamDeclarations()
15519 Declarator D(DS, ParsedAttributesView::none(), DeclaratorContext::Block); in ImplicitlyDefineFunction()
16155 const ParsedAttributesView &Attrs, AccessSpecifier AS, in ActOnTag()
17954 const ParsedAttributesView &Attrs) { in ActOnFields()
18684 const ParsedAttributesView &Attrs, in ActOnEnumConstant()
[all …]
H A DSemaAttr.cpp1125 ParsedAttributesView Attrs; in AddPragmaAttributes()
H A DSemaDeclAttr.cpp9102 Scope *S, Decl *D, const ParsedAttributesView &AttrList, in ProcessDeclAttributeList()
9177 const ParsedAttributesView &AttrList) { in ProcessDeclAttributeDelayed()
9193 AccessSpecDecl *ASDecl, const ParsedAttributesView &AttrList) { in ProcessAccessDeclAttributeList()
9208 static void checkUnusedDeclAttributes(Sema &S, const ParsedAttributesView &A) { in checkUnusedDeclAttributes()
9344 ParsedAttributesView NonSlidingAttrs; in ProcessDeclAttributes()
H A DSemaTemplate.cpp1721 const ParsedAttributesView &Attr, TemplateParameterList *TemplateParams, in CheckClassTemplate()
8295 TemplateIdAnnotation &TemplateId, const ParsedAttributesView &Attr, in ActOnClassTemplateSpecialization()
9618 SourceLocation RAngleLoc, const ParsedAttributesView &Attr) { in ActOnExplicitInstantiation()
9922 const ParsedAttributesView &Attr) { in ActOnExplicitInstantiation()
H A DSemaTemplateInstantiateDecl.cpp1545 Enumerators, nullptr, ParsedAttributesView()); in InstantiateEnumDefinition()
3358 ParsedAttributesView(), in instantiateUnresolvedUsingDecl()
H A DSemaTemplateInstantiate.cpp2819 SourceLocation(), SourceLocation(), ParsedAttributesView()); in InstantiateClass()
H A DSemaStmt.cpp4809 SourceLocation(), SourceLocation(), ParsedAttributesView()); in ActOnCapturedRegionError()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1558 const ParsedAttributesView &AccessAttrs,
2647 void ProhibitAttributes(ParsedAttributesView &Attrs,