Searched refs:getMutableDeclSpec (Results 1 – 10 of 10) sorted by relevance
214 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function242 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
1261 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()1313 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1344 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1415 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
421 D.getMutableDeclSpec().getAttributes().addAtEnd( in addContextSensitiveTypeNullability()422 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()1271 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
3345 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
227 return getMutableDeclSpec().getAttributes(); in getCurrentAttributes()237 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()333 getMutableDeclSpec().getAttributes().clearListOnly(); in ~TypeProcessingState()335 getMutableDeclSpec().getAttributes().addAtEnd(AL); in ~TypeProcessingState()339 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anon41c88aee0111::TypeProcessingState557 declarator.getMutableDeclSpec().getAttributes().takeOneFrom( in distributeObjCPointerTypeAttrFromDeclarator()808 for (ParsedAttr &AL : declarator.getMutableDeclSpec().getAttributes()) { in checkOmittedBlockReturnType()818 declarator.getMutableDeclSpec().getAttributes().remove(AL); in checkOmittedBlockReturnType()825 declarator.getMutableDeclSpec().ClearTypeQualifiers(); in checkOmittedBlockReturnType()1275 DeclSpec &DS = declarator.getMutableDeclSpec(); in ConvertDeclSpecToType()[all …]
3385 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()3391 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()3409 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()3412 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()3421 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()11074 auto &DS = D.getMutableDeclSpec(); in CheckDeductionGuideDeclarator()
5989 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()9022 D.getMutableDeclSpec().ClearStorageClassSpecs(); in getFunctionStorageClass()9100 D.getMutableDeclSpec().ClearConstexprSpec(); in CreateNewFunctionDecl()14621 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
5205 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
10328 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
1976 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function