Searched refs:getMutableDeclSpec (Results 1 – 10 of 10) sorted by relevance
214 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function242 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
224 return getMutableDeclSpec().getAttributes(); in getCurrentAttributes()234 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()330 getMutableDeclSpec().getAttributes().clearListOnly(); in ~TypeProcessingState()332 getMutableDeclSpec().getAttributes().addAtEnd(AL); in ~TypeProcessingState()336 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anon29f668c70111::TypeProcessingState815 declarator.getMutableDeclSpec().getAttributes().remove(AL); in checkOmittedBlockReturnType()822 declarator.getMutableDeclSpec().ClearTypeQualifiers(); in checkOmittedBlockReturnType()1262 DeclSpec &DS = declarator.getMutableDeclSpec(); in ConvertDeclSpecToType()3413 D.getMutableDeclSpec().getAttributes()); in GetDeclSpecTypeForDeclarator()4873 D.getMutableDeclSpec().getAttributes(), in GetFullTypeForDeclarator()[all …]
3351 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()3357 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()3375 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()3378 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()3387 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()10985 auto &DS = D.getMutableDeclSpec(); in CheckDeductionGuideDeclarator()
5913 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()8884 D.getMutableDeclSpec().ClearStorageClassSpecs(); in getFunctionStorageClass()8962 D.getMutableDeclSpec().ClearConstexprSpec(); in CreateNewFunctionDecl()14231 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
5193 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
10074 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
1228 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()1280 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1311 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1382 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
391 D.getMutableDeclSpec().getAttributes().addAtEnd( in addContextSensitiveTypeNullability()392 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()1239 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
3281 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
1947 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function