Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h267 const ParsedAttributesView &AttrList, SkipBodyInfo *SkipBody);
294 SourceLocation EndProtoLoc, const ParsedAttributesView &AttrList,
303 const ParsedAttributesView &AttrList);
308 SourceLocation SuperClassLoc, const ParsedAttributesView &AttrList);
313 SourceLocation CatLoc, const ParsedAttributesView &AttrList);
323 const ParsedAttributesView &attrList);
363 ParsedAttributesView ArgAttrs;
376 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodImplKind,
H A DParsedAttr.h693 class ParsedAttributesView; variable
750 void takeFrom(ParsedAttributesView &List, AttributePool &Pool);
830 class ParsedAttributesView {
838 static const ParsedAttributesView &none() { in none()
839 static const ParsedAttributesView Attrs; in none()
867 friend class ParsedAttributesView; member
877 friend class ParsedAttributesView; member
958 class ParsedAttributes : public ParsedAttributesView {
H A DSemaCUDA.h106 CUDAFunctionTarget IdentifyTarget(const ParsedAttributesView &Attrs);
H A DDeclSpec.h864 void addAttributes(const ParsedAttributesView &AL) { in addAttributes()
1266 ParsedAttributesView AttrList;
1660 const ParsedAttributesView &getAttrs() const { return AttrList; } in getAttrs()
1661 ParsedAttributesView &getAttrs() { return AttrList; } in getAttrs()
1964 const ParsedAttributesView &DeclarationAttrs;
2022 Declarator(const DeclSpec &DS, const ParsedAttributesView &DeclarationAttrs, in Declarator()
2686 const ParsedAttributesView &getDeclarationAttributes() const { in getDeclarationAttributes()
H A DSema.h3792 const ParsedAttributesView &DeclAttrs,
3799 const ParsedAttributesView &DeclAttrs,
3886 const ParsedAttributesView &Attr, AccessSpecifier AS,
3934 SourceLocation RBrac, const ParsedAttributesView &AttrList);
3992 const ParsedAttributesView &Attrs,
3996 const ParsedAttributesView &Attr);
4627 const ParsedAttributesView &AttrList);
4659 const ParsedAttributesView &AttrList,
4666 const ParsedAttributesView &AttrList);
4768 const ParsedAttributesView &AttrList,
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp103 void AttributePool::takeFrom(ParsedAttributesView &List, AttributePool &Pool) { in takeFrom()
H A DSemaType.cpp248 ParsedAttributesView &getCurrentAttributes() const { in getCurrentAttributes()
369 ParsedAttributesView &fromList, in moveAttrFromListToList()
370 ParsedAttributesView &toList) { in moveAttrFromListToList()
387 TypeAttrLocation TAL, const ParsedAttributesView &attrs,
637 ParsedAttributesView &attrList, QualType &declSpecType, in distributeFunctionTypeAttrToInnermost()
710 ParsedAttributesView AttrsCopy{state.getDeclarator().getAttributes()}; in distributeTypeAttrsFromDeclarator()
859 getImageAccess(const ParsedAttributesView &Attrs) { in getImageAccess()
1446 ParsedAttributesView SlidingAttrs; in ConvertDeclSpecToType()
3636 Sema &S, Declarator &D, const ParsedAttributesView &AttrList, in getCCForDeclaratorChunk()
3769 static bool hasNullabilityAttr(const ParsedAttributesView &attrs) { in hasNullabilityAttr()
[all …]
H A DSemaDeclObjC.cpp981 const ParsedAttributesView &AttrList, SkipBodyInfo *SkipBody) { in ActOnStartClassInterface()
1220 const ParsedAttributesView &AttrList, SkipBodyInfo *SkipBody) { in ActOnStartProtocolInterface()
1601 Declarator D(DS, ParsedAttributesView::none(), DeclaratorContext::TypeName); in actOnObjCTypeArgsOrProtocolQualifiers()
1788 const ParsedAttributesView &attrList) { in ActOnForwardProtocolDeclaration()
1820 const ParsedAttributesView &AttrList) { in ActOnStartCategoryInterface()
1916 SourceLocation CatLoc, const ParsedAttributesView &Attrs) { in ActOnStartCategoryImplementation()
1984 SourceLocation SuperClassLoc, const ParsedAttributesView &Attrs) { in ActOnStartClassImplementation()
4736 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
H A DSemaCUDA.cpp71 CUDAFunctionTarget SemaCUDA::IdentifyTarget(const ParsedAttributesView &Attrs) { in IdentifyTarget()
H A DSemaLambda.cpp1571 SourceLocation(), ParsedAttributesView()); in ActOnLambdaError()
2223 SourceLocation(), ParsedAttributesView()); in BuildLambdaExpr()
H A DSemaDeclAttr.cpp7107 Scope *S, Decl *D, const ParsedAttributesView &AttrList, in ProcessDeclAttributeList()
7180 const ParsedAttributesView &AttrList) { in ProcessDeclAttributeDelayed()
7194 AccessSpecDecl *ASDecl, const ParsedAttributesView &AttrList) { in ProcessAccessDeclAttributeList()
7209 static void checkUnusedDeclAttributes(Sema &S, const ParsedAttributesView &A) { in checkUnusedDeclAttributes()
7335 [&](const ParsedAttributesView &Src, in ProcessDeclAttributes()
7337 ParsedAttributesView NonSlidingAttrs; in ProcessDeclAttributes()
H A DSemaDeclCXX.cpp2752 const ParsedAttributesView &Attributes, in ActOnBaseSpecifier()
3132 const ParsedAttributesView &Attrs) { in ActOnAccessSpecifier()
10442 SourceLocation RBrac, const ParsedAttributesView &AttrList) { in ActOnFinishCXXMemberSpecification()
11529 const ParsedAttributesView &AttrList, in ActOnStartNamespaceDef()
12102 const ParsedAttributesView &AttrList) { in ActOnUsingDirective()
12199 const ParsedAttributesView &AttrList) { in ActOnUsingDeclaration()
12712 const ParsedAttributesView &AttrList, bool IsInstantiation, in BuildUsingDeclaration()
13368 const ParsedAttributesView &AttrList, in ActOnAliasDeclaration()
16734 const ParsedAttributesView &AttrList, in ActOnEmptyDeclaration()
17390 const ParsedAttributesView in ActOnTemplatedFriendTag()
[all...]
H A DSemaAttr.cpp1116 ParsedAttributesView Attrs; in AddPragmaAttributes()
H A DSemaDecl.cpp4778 const ParsedAttributesView &DeclAttrs, in ParsedFreeStandingDeclSpec()
5000 const ParsedAttributesView &DeclAttrs, in ParsedFreeStandingDeclSpec()
5641 Declarator Dc(DS, ParsedAttributesView::none(), DeclaratorContext::Member); in BuildAnonymousStructOrUnion()
5729 Declarator Dc(DS, ParsedAttributesView::none(), DeclaratorContext::TypeName); in BuildMicrosoftCAnonymousStruct()
14160 Declarator D(DS, ParsedAttributesView::none(), DeclaratorContext::ForInit); in ActOnCXXForRangeIdentifier()
15188 Declarator ParamD(DS, ParsedAttributesView::none(), in ActOnFinishKNRParamDeclarations()
16344 Declarator D(DS, ParsedAttributesView::none(), DeclaratorContext::Block); in ImplicitlyDefineFunction()
16981 const ParsedAttributesView &Attrs, AccessSpecifier AS, in ActOnTag()
18829 const ParsedAttributesView &Attrs) { in ActOnFields()
19581 const ParsedAttributesView &Attrs, in ActOnEnumConstant()
[all …]
H A DSemaTemplate.cpp1797 const ParsedAttributesView &Attr, TemplateParameterList *TemplateParams, in CheckClassTemplate()
8069 TemplateIdAnnotation &TemplateId, const ParsedAttributesView &Attr, in ActOnClassTemplateSpecialization()
8447 const ParsedAttributesView &Attrs) { in ActOnConceptDefinition()
9407 SourceLocation RAngleLoc, const ParsedAttributesView &Attr) { in ActOnExplicitInstantiation()
9701 const ParsedAttributesView &Attr) { in ActOnExplicitInstantiation()
H A DSemaTemplateInstantiateDecl.cpp1637 Enumerators, nullptr, ParsedAttributesView()); in InstantiateEnumDefinition()
3547 ParsedAttributesView(), in instantiateUnresolvedUsingDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1266 static void takeDeclAttributes(ParsedAttributesView &attrs, in takeDeclAttributes()
1267 ParsedAttributesView &from) { in takeDeclAttributes()
1327 Declarator declarator(declSpec, ParsedAttributesView::none(), context); in ParseObjCTypeName()
1546 Declarator ParmDecl(DS, ParsedAttributesView::none(), in ParseObjCMethodDecl()
1746 Declarator D(DS, ParsedAttributesView::none(), in parseObjCTypeArgsOrProtocolQualifiers()
1924 ParsedAttributesView()); in HelperActionsForIvarDeclarations()
2609 Declarator ParmDecl(DS, ParsedAttributesView::none(), in ParseObjCTryStmt()
3024 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseObjCXXMessageReceiver()
H A DParseExprCXX.cpp1357 Declarator D(DS, ParsedAttributesView::none(), DeclaratorContext::LambdaExpr); in ParseLambdaExpressionAfterIntroducer()
1678 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCXXCasts()
2014 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCXXTypeConstructExpression()
2915 Declarator D(DS, ParsedAttributesView::none(), in ParseUnqualifiedIdOperator()
3295 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCXXNewExpression()
4139 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCXXAmbiguousParenExpression()
4218 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseBuiltinBitCast()
H A DParseTemplate.cpp243 getCurScope(), AS, DS, ParsedAttributesView::none(), in ParseDeclarationAfterTemplate()
566 Declarator D(DS, ParsedAttributesView::none(), in ParseTemplateParameter()
915 Declarator ParamDecl(DS, ParsedAttributesView::none(), in ParseNonTypeTemplateParameter()
H A DParseExpr.cpp1307 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCastExpression()
1601 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCastExpression()
2454 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseExprAfterUnaryExprOrTypeTrait()
3159 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseParenExpression()
3756 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseBlockId()
3796 Declarator ParamInfo(DS, ParsedAttributesView::none(), in ParseBlockLiteralExpression()
H A DParseDeclCXX.cpp1433 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseBaseTypeSpecifier()
1441 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseBaseTypeSpecifier()
1538 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseBaseTypeSpecifier()
2924 /*AttrList*/ ParsedAttributesView()))); in ParseCXXClassMemberDeclaration()
5214 ParsedAttributesView{}); in ParseMicrosoftIfExistsClassDeclaration()
H A DParseDecl.cpp78 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), Context); in ParseTypeName()
1893 const ParsedAttributesView &Attrs, const SourceLocation CorrectLocation) { in DiagnoseProhibitedAttributes()
2093 ParsedAttributesView OriginalDeclSpecAttrs; in ParseSimpleDeclaration()
2119 getCurScope(), AS_none, DS, ParsedAttributesView::none(), AnonRecord); in ParseSimpleDeclaration()
4932 getCurScope(), AS_none, DS, ParsedAttributesView::none(), AnonRecord); in ParseStructDeclaration()
5395 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseEnumSpecifier()
8219 Declarator TempDeclarator(D.getDeclSpec(), ParsedAttributesView::none(), in ParseMisplacedBracketDeclarator()
H A DParser.cpp1193 getCurScope(), AS_none, DS, ParsedAttributesView::none(), AnonRecord); in ParseDeclOrFunctionDefInternal()
1595 Declarator ParmDeclarator(DS, ParsedAttributesView::none(), in ParseKNRParamDeclarations()
H A DParseCXXInlineMethods.cpp70 AccessSpecifier AS, const ParsedAttributesView &AccessAttrs, in ParseCXXInlineMethodDef()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1641 const ParsedAttributesView &AccessAttrs,
2842 void ProhibitAttributes(ParsedAttributesView &Attrs,
2849 void DiagnoseProhibitedAttributes(const ParsedAttributesView &Attrs,

12