Searched refs:getMutableDeclSpec (Results 1 – 9 of 9) sorted by relevance
873 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()929 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()969 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
2403 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
163 return getMutableDeclSpec().getAttributes().getListRef(); in getCurrentAttrListRef()172 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()202 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anona06c1b7d0111::TypeProcessingState210 getMutableDeclSpec().getAttributes().set(0); in restoreDeclSpecAttrs()214 getMutableDeclSpec().getAttributes().set(savedAttrs[0]); in restoreDeclSpecAttrs()369 declarator.getMutableDeclSpec().getAttributes().getListRef()); in distributeObjCPointerTypeAttrFromDeclarator()
3049 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
3163 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()6932 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
1489 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()1498 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
6521 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
1524 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function
1046 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function