Searched refs:getMutableDeclSpec (Results 1 – 10 of 10) sorted by relevance
212 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function239 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
228 return getMutableDeclSpec().getAttributes(); in getCurrentAttributes()237 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()332 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anonc95f0a4b0111::TypeProcessingState339 getMutableDeclSpec().getAttributes().clearListOnly(); in restoreDeclSpecAttrs()341 getMutableDeclSpec().getAttributes().addAtEnd(AL); in restoreDeclSpecAttrs()825 declarator.getMutableDeclSpec().getAttributes().remove(AL); in checkOmittedBlockReturnType()832 declarator.getMutableDeclSpec().ClearTypeQualifiers(); in checkOmittedBlockReturnType()1272 DeclSpec &DS = declarator.getMutableDeclSpec(); in ConvertDeclSpecToType()3353 D.getMutableDeclSpec().getAttributes()); in GetDeclSpecTypeForDeclarator()4790 D.getMutableDeclSpec().getAttributes(), in GetFullTypeForDeclarator()[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()10792 auto &DS = D.getMutableDeclSpec(); in CheckDeductionGuideDeclarator()
5568 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()8505 D.getMutableDeclSpec().ClearStorageClassSpecs(); in getFunctionStorageClass()8573 D.getMutableDeclSpec().ClearConstexprSpec(); in CreateNewFunctionDecl()13733 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
5185 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
9972 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
1186 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()1238 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1269 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1302 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()
3235 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
1917 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function