Searched refs:getMutableDeclSpec (Results 1 – 10 of 10) sorted by relevance
214 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function242 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
1305 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()1357 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1388 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()1470 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
426 D.getMutableDeclSpec().getAttributes().addAtEnd( in addContextSensitiveTypeNullability()427 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()1284 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
3360 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
239 return getMutableDeclSpec().getAttributes(); in getCurrentAttributes()249 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()345 getMutableDeclSpec().getAttributes().clearListOnly(); in ~TypeProcessingState()347 getMutableDeclSpec().getAttributes().addAtEnd(AL); in ~TypeProcessingState()351 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anon632de2cd0111::TypeProcessingState835 declarator.getMutableDeclSpec().getAttributes().remove(AL); in checkOmittedBlockReturnType()842 declarator.getMutableDeclSpec().ClearTypeQualifiers(); in checkOmittedBlockReturnType()1292 DeclSpec &DS = declarator.getMutableDeclSpec(); in ConvertDeclSpecToType()3573 D.getMutableDeclSpec().getAttributes()); in GetDeclSpecTypeForDeclarator()5052 D.getMutableDeclSpec().getAttributes(), in GetFullTypeForDeclarator()[all …]
3525 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()3531 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()3549 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()3552 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()3561 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()11478 auto &DS = D.getMutableDeclSpec(); in CheckDeductionGuideDeclarator()
6126 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()9254 D.getMutableDeclSpec().ClearStorageClassSpecs(); in getFunctionStorageClass()9333 D.getMutableDeclSpec().ClearConstexprSpec(); in CreateNewFunctionDecl()15127 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
5205 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
10632 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
1993 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function