Searched refs:getMutableDeclSpec (Results 1 – 10 of 10) sorted by relevance
212 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function239 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
988 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()1045 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1075 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1107 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
2872 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
417 D.getMutableDeclSpec().addAttributes(getNullabilityAttr()); in addContextSensitiveTypeNullability()
194 return getMutableDeclSpec().getAttributes().getListRef(); in getCurrentAttrListRef()203 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()231 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anon846eccfe0111::TypeProcessingState239 getMutableDeclSpec().getAttributes().set(nullptr); in restoreDeclSpecAttrs()243 getMutableDeclSpec().getAttributes().set(savedAttrs[0]); in restoreDeclSpecAttrs()491 declarator.getMutableDeclSpec().getAttributes().getListRef()); in distributeObjCPointerTypeAttrFromDeclarator()763 declarator.getMutableDeclSpec().getAttributes().getListRef(); in checkOmittedBlockReturnType()790 declarator.getMutableDeclSpec().ClearTypeQualifiers(); in checkOmittedBlockReturnType()3761 state.getDeclarator().getMutableDeclSpec().getObjCQualifiers() in GetFullTypeForDeclarator()3799 D.getMutableDeclSpec().getAttributes().getListRef())) { in GetFullTypeForDeclarator()
2085 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()2091 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()2109 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()2112 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()2121 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()
4622 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
4728 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()10807 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
7766 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
1736 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function