Searched refs:getMutableDeclSpec (Results 1 – 9 of 9) sorted by relevance
206 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function233 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
941 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()998 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1022 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1047 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
2788 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
180 return getMutableDeclSpec().getAttributes().getListRef(); in getCurrentAttrListRef()189 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()219 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anon9acaebf90111::TypeProcessingState227 getMutableDeclSpec().getAttributes().set(nullptr); in restoreDeclSpecAttrs()231 getMutableDeclSpec().getAttributes().set(savedAttrs[0]); in restoreDeclSpecAttrs()462 declarator.getMutableDeclSpec().getAttributes().getListRef()); in distributeObjCPointerTypeAttrFromDeclarator()
2102 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()2108 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()2126 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()2129 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()2138 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()
3440 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
4423 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()9929 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
7536 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
1653 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function