Searched refs:getMutableDeclSpec (Results 1 – 9 of 9) sorted by relevance
840 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()884 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()924 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1892 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
160 return getMutableDeclSpec().getAttributes().getListRef(); in getCurrentAttrListRef()169 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()199 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anonde52a23c0111::TypeProcessingState207 getMutableDeclSpec().getAttributes().set(0); in restoreDeclSpecAttrs()211 getMutableDeclSpec().getAttributes().set(savedAttrs[0]); in restoreDeclSpecAttrs()366 declarator.getMutableDeclSpec().getAttributes().getListRef()); in distributeObjCPointerTypeAttrFromDeclarator()
2610 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
1104 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()1113 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
2898 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()5994 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
6106 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
1448 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function
878 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function