Lines Matching refs:getAttributes
1732 for (ParsedAttr &AL : DS.getAttributes()) { in stripTypeAttributesOffDeclSpec()
1740 DS.getAttributes().remove(AL); in stripTypeAttributesOffDeclSpec()
3704 ParseAttributes(PAKM_GNU | PAKM_Declspec, DS.getAttributes(), LateAttrs); in ParseDeclarationSpecifiers()
3712 DS.getAttributes().addNew(AttrName, AttrNameLoc, nullptr, AttrNameLoc, in ParseDeclarationSpecifiers()
3733 ParseMicrosoftTypeAttributes(DS.getAttributes()); in ParseDeclarationSpecifiers()
3738 ParseBorlandTypeAttributes(DS.getAttributes()); in ParseDeclarationSpecifiers()
3743 ParseOpenCLKernelAttributes(DS.getAttributes()); in ParseDeclarationSpecifiers()
3748 ParseCUDAFunctionAttributes(DS.getAttributes()); in ParseDeclarationSpecifiers()
3756 ParseNullabilityTypeSpecifiers(DS.getAttributes()); in ParseDeclarationSpecifiers()
3761 DS.getAttributes().addNew(Tok.getIdentifierInfo(), Loc, nullptr, Loc, in ParseDeclarationSpecifiers()
3899 ParseAlignmentSpecifier(DS.getAttributes()); in ParseDeclarationSpecifiers()
4256 ParseOpenCLQualifiers(DS.getAttributes()); in ParseDeclarationSpecifiers()
5729 ParseOpenCLQualifiers(DS.getAttributes()); in ParseTypeQualifierListOpt()
5756 ParseMicrosoftTypeAttributes(DS.getAttributes()); in ParseTypeQualifierListOpt()
5762 ParseBorlandTypeAttributes(DS.getAttributes()); in ParseTypeQualifierListOpt()
5772 ParseNullabilityTypeSpecifiers(DS.getAttributes()); in ParseTypeQualifierListOpt()
5777 DS.getAttributes().addNew(Tok.getIdentifierInfo(), Loc, nullptr, Loc, in ParseTypeQualifierListOpt()
5791 ParseGNUAttributes(DS.getAttributes()); in ParseTypeQualifierListOpt()
5940 std::move(DS.getAttributes()), in ParseDeclaratorInternal()
5954 std::move(DS.getAttributes()), SourceLocation()); in ParseDeclaratorInternal()
5991 std::move(DS.getAttributes()), SourceLocation()); in ParseDeclaratorInternal()
5996 std::move(DS.getAttributes()), SourceLocation()); in ParseDeclaratorInternal()
6052 std::move(DS.getAttributes()), SourceLocation()); in ParseDeclaratorInternal()
6642 for (ParsedAttr &attr : DS.getAttributes()) { in InitCXXThisScopeForDeclaratorIfRelevant()
7049 MaybeParseHLSLSemantics(DS.getAttributes()); in ParseParameterDeclarationClause()
7327 MaybeParseCXX11Attributes(DS.getAttributes()); in ParseBracketDeclarator()
7334 std::move(DS.getAttributes()), T.getCloseLocation()); in ParseBracketDeclarator()