Searched refs:getMutableDeclSpec (Results 1 – 10 of 10) sorted by relevance
214 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function242 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
1234 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()1286 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1317 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1403 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
384 D.getMutableDeclSpec().getAttributes().addAtEnd( in addContextSensitiveTypeNullability()385 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()1091 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
3036 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
257 return getMutableDeclSpec().getAttributes(); in getCurrentAttributes()267 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()367 getMutableDeclSpec().getAttributes().clearListOnly(); in ~TypeProcessingState()369 getMutableDeclSpec().getAttributes().addAtEnd(AL); in ~TypeProcessingState()373 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anonc2847d970111::TypeProcessingState592 declarator.getMutableDeclSpec().getAttributes().takeOneFrom( in distributeObjCPointerTypeAttrFromDeclarator()847 for (ParsedAttr &AL : declarator.getMutableDeclSpec().getAttributes()) { in checkOmittedBlockReturnType()857 declarator.getMutableDeclSpec().getAttributes().remove(AL); in checkOmittedBlockReturnType()864 declarator.getMutableDeclSpec().ClearTypeQualifiers(); in checkOmittedBlockReturnType()901 DeclSpec &DS = declarator.getMutableDeclSpec(); in ConvertDeclSpecToType()[all …]
3515 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()3521 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()3539 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()3542 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()3551 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()11632 auto &DS = D.getMutableDeclSpec(); in CheckDeductionGuideDeclarator()
6064 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()9323 D.getMutableDeclSpec().ClearStorageClassSpecs(); in getFunctionStorageClass()9375 D.getMutableDeclSpec().ClearConstexprSpec(); in CreateNewFunctionDecl()15345 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()15353 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
5225 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
10380 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
2057 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function