Searched refs:getMutableDeclSpec (Results 1 – 10 of 10) sorted by relevance
213 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function240 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
1063 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()1116 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1147 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1180 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
391 D.getMutableDeclSpec().getAttributes().addAtEnd( in addContextSensitiveTypeNullability()392 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()1214 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
2941 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
219 return getMutableDeclSpec().getAttributes(); in getCurrentAttributes()228 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()296 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anonbf0734260111::TypeProcessingState303 getMutableDeclSpec().getAttributes().clearListOnly(); in restoreDeclSpecAttrs()305 getMutableDeclSpec().getAttributes().addAtEnd(AL); in restoreDeclSpecAttrs()789 declarator.getMutableDeclSpec().getAttributes().remove(AL); in checkOmittedBlockReturnType()796 declarator.getMutableDeclSpec().ClearTypeQualifiers(); in checkOmittedBlockReturnType()1236 DeclSpec &DS = declarator.getMutableDeclSpec(); in ConvertDeclSpecToType()2869 D.getMutableDeclSpec().getAttributes()); in GetDeclSpecTypeForDeclarator()4279 D.getMutableDeclSpec().getAttributes())) { in GetFullTypeForDeclarator()[all …]
3016 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()3022 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()3040 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()3043 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()3052 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()8697 auto &DS = D.getMutableDeclSpec(); in CheckDeductionGuideDeclarator()
4901 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
5117 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()7862 D.getMutableDeclSpec().ClearStorageClassSpecs(); in getFunctionStorageClass()12368 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
9085 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
1861 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function