Lines Matching refs:getAttributes

68     for (ParsedAttr &AL : DS.getAttributes()) {  in ParseTypeName()
74 Attrs->takeOneFrom(DS.getAttributes(), AL); in ParseTypeName()
1980 for (ParsedAttr &AL : DS.getAttributes()) { in stripTypeAttributesOffDeclSpec()
1988 DS.getAttributes().remove(AL); in stripTypeAttributesOffDeclSpec()
3700 ParseAlignmentSpecifier(DS.getAttributes()); in ParseDeclarationSpecifiers()
4212 ParseAttributes(PAKM_GNU | PAKM_Declspec, DS.getAttributes(), LateAttrs); in ParseDeclarationSpecifiers()
4220 DS.getAttributes().addNew(AttrName, AttrNameLoc, nullptr, AttrNameLoc, in ParseDeclarationSpecifiers()
4241 ParseMicrosoftTypeAttributes(DS.getAttributes()); in ParseDeclarationSpecifiers()
4245 ParseWebAssemblyFuncrefTypeAttribute(DS.getAttributes()); in ParseDeclarationSpecifiers()
4250 ParseBorlandTypeAttributes(DS.getAttributes()); in ParseDeclarationSpecifiers()
4255 ParseOpenCLKernelAttributes(DS.getAttributes()); in ParseDeclarationSpecifiers()
4260 ParseCUDAFunctionAttributes(DS.getAttributes()); in ParseDeclarationSpecifiers()
4268 ParseNullabilityTypeSpecifiers(DS.getAttributes()); in ParseDeclarationSpecifiers()
4273 DS.getAttributes().addNew(Tok.getIdentifierInfo(), Loc, nullptr, Loc, in ParseDeclarationSpecifiers()
4785 ParseOpenCLQualifiers(DS.getAttributes()); in ParseDeclarationSpecifiers()
4793 ParseHLSLQualifiers(DS.getAttributes()); in ParseDeclarationSpecifiers()
6467 ParseOpenCLQualifiers(DS.getAttributes()); in ParseTypeQualifierListOpt()
6475 ParseHLSLQualifiers(DS.getAttributes()); in ParseTypeQualifierListOpt()
6502 ParseMicrosoftTypeAttributes(DS.getAttributes()); in ParseTypeQualifierListOpt()
6508 ParseWebAssemblyFuncrefTypeAttribute(DS.getAttributes()); in ParseTypeQualifierListOpt()
6514 ParseBorlandTypeAttributes(DS.getAttributes()); in ParseTypeQualifierListOpt()
6524 ParseNullabilityTypeSpecifiers(DS.getAttributes()); in ParseTypeQualifierListOpt()
6529 DS.getAttributes().addNew(Tok.getIdentifierInfo(), Loc, nullptr, Loc, in ParseTypeQualifierListOpt()
6543 ParseGNUAttributes(DS.getAttributes()); in ParseTypeQualifierListOpt()
6693 std::move(DS.getAttributes()), in ParseDeclaratorInternal()
6707 std::move(DS.getAttributes()), SourceLocation()); in ParseDeclaratorInternal()
6744 std::move(DS.getAttributes()), SourceLocation()); in ParseDeclaratorInternal()
6749 std::move(DS.getAttributes()), SourceLocation()); in ParseDeclaratorInternal()
6805 std::move(DS.getAttributes()), SourceLocation()); in ParseDeclaratorInternal()
7458 for (ParsedAttr &attr : DS.getAttributes()) { in InitCXXThisScopeForDeclaratorIfRelevant()
7926 MaybeParseHLSLAnnotations(DS.getAttributes()); in ParseParameterDeclarationClause()
8203 MaybeParseCXX11Attributes(DS.getAttributes()); in ParseBracketDeclarator()
8210 std::move(DS.getAttributes()), T.getCloseLocation()); in ParseBracketDeclarator()