Searched refs:getMutableDeclSpec (Results 1 – 10 of 10) sorted by relevance
212 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function239 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
227 return getMutableDeclSpec().getAttributes(); in getCurrentAttributes()236 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()331 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anonfc6727220111::TypeProcessingState338 getMutableDeclSpec().getAttributes().clearListOnly(); in restoreDeclSpecAttrs()340 getMutableDeclSpec().getAttributes().addAtEnd(AL); in restoreDeclSpecAttrs()556 declarator.getMutableDeclSpec().getAttributes().takeOneFrom( in distributeObjCPointerTypeAttrFromDeclarator()814 for (ParsedAttr &AL : declarator.getMutableDeclSpec().getAttributes()) { in checkOmittedBlockReturnType()824 declarator.getMutableDeclSpec().getAttributes().remove(AL); in checkOmittedBlockReturnType()831 declarator.getMutableDeclSpec().ClearTypeQualifiers(); in checkOmittedBlockReturnType()1271 DeclSpec &DS = declarator.getMutableDeclSpec(); in ConvertDeclSpecToType()[all …]
3311 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()3317 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()3335 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()3338 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()3347 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()10785 auto &DS = D.getMutableDeclSpec(); in CheckDeductionGuideDeclarator()
5505 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()8446 D.getMutableDeclSpec().ClearStorageClassSpecs(); in getFunctionStorageClass()8514 D.getMutableDeclSpec().ClearConstexprSpec(); in CreateNewFunctionDecl()13677 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
5185 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
9972 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
1183 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()1235 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1266 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1299 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
391 D.getMutableDeclSpec().getAttributes().addAtEnd( in addContextSensitiveTypeNullability()392 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()1233 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
3234 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
1917 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function