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()
2758 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 __anonf2cf058a0111::TypeProcessingState228 getMutableDeclSpec().getAttributes().set(nullptr); in restoreDeclSpecAttrs()232 getMutableDeclSpec().getAttributes().set(savedAttrs[0]); in restoreDeclSpecAttrs()463 declarator.getMutableDeclSpec().getAttributes().getListRef()); in distributeObjCPointerTypeAttrFromDeclarator()
2049 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()2055 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()2073 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()2076 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()2085 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()
3426 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
4299 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()9821 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
7497 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
1651 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function