Searched refs:getMutableDeclSpec (Results 1 – 9 of 9) sorted by relevance
206 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function233 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
999 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()1056 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1085 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1109 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
2626 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
181 return getMutableDeclSpec().getAttributes().getListRef(); in getCurrentAttrListRef()190 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()220 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anon343d3d010111::TypeProcessingState228 getMutableDeclSpec().getAttributes().set(0); in restoreDeclSpecAttrs()232 getMutableDeclSpec().getAttributes().set(savedAttrs[0]); in restoreDeclSpecAttrs()463 declarator.getMutableDeclSpec().getAttributes().getListRef()); in distributeObjCPointerTypeAttrFromDeclarator()
1936 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()1942 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()1956 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()1959 bool Failed = D.getMutableDeclSpec().SetTypeQual(DeclSpec::TQ_const, ConstexprLoc, in ActOnCXXMemberDeclarator()1967 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()
3427 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
4014 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()9107 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
7253 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
1613 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function