Searched refs:getMutableDeclSpec (Results 1 – 10 of 10) sorted by relevance
214 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function242 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
1310 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()1362 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1393 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1479 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
429 D.getMutableDeclSpec().getAttributes().addAtEnd( in addContextSensitiveTypeNullability()430 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()1289 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
3474 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
250 return getMutableDeclSpec().getAttributes(); in getCurrentAttributes()260 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()356 getMutableDeclSpec().getAttributes().clearListOnly(); in ~TypeProcessingState()358 getMutableDeclSpec().getAttributes().addAtEnd(AL); in ~TypeProcessingState()362 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anonc2847d970111::TypeProcessingState581 declarator.getMutableDeclSpec().getAttributes().takeOneFrom( in distributeObjCPointerTypeAttrFromDeclarator()836 for (ParsedAttr &AL : declarator.getMutableDeclSpec().getAttributes()) { in checkOmittedBlockReturnType()846 declarator.getMutableDeclSpec().getAttributes().remove(AL); in checkOmittedBlockReturnType()853 declarator.getMutableDeclSpec().ClearTypeQualifiers(); in checkOmittedBlockReturnType()890 DeclSpec &DS = declarator.getMutableDeclSpec(); in ConvertDeclSpecToType()[all …]
3402 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator() 3408 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator() 3426 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator() 3429 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator() 3438 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator() 11391 auto &DS = D.getMutableDeclSpec(); in CheckDeductionGuideDeclarator()
5950 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()9103 D.getMutableDeclSpec().ClearStorageClassSpecs(); in getFunctionStorageClass()9155 D.getMutableDeclSpec().ClearConstexprSpec(); in CreateNewFunctionDecl()14926 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
5221 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
9850 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
2054 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function