Home
last modified time | relevance | path

Searched refs:getMutableDeclSpec (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h214 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
242 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp224 return getMutableDeclSpec().getAttributes(); in getCurrentAttributes()
234 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()
330 getMutableDeclSpec().getAttributes().clearListOnly(); in ~TypeProcessingState()
332 getMutableDeclSpec().getAttributes().addAtEnd(AL); in ~TypeProcessingState()
336 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anon29f668c70111::TypeProcessingState
815 declarator.getMutableDeclSpec().getAttributes().remove(AL); in checkOmittedBlockReturnType()
822 declarator.getMutableDeclSpec().ClearTypeQualifiers(); in checkOmittedBlockReturnType()
1262 DeclSpec &DS = declarator.getMutableDeclSpec(); in ConvertDeclSpecToType()
3413 D.getMutableDeclSpec().getAttributes()); in GetDeclSpecTypeForDeclarator()
4873 D.getMutableDeclSpec().getAttributes(), in GetFullTypeForDeclarator()
[all …]
H A DSemaDeclCXX.cpp3351 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
3357 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
3375 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()
3378 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()
3387 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()
10985 auto &DS = D.getMutableDeclSpec(); in CheckDeductionGuideDeclarator()
H A DSemaDecl.cpp5913 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()
8884 D.getMutableDeclSpec().ClearStorageClassSpecs(); in getFunctionStorageClass()
8962 D.getMutableDeclSpec().ClearConstexprSpec(); in CreateNewFunctionDecl()
14231 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
H A DSemaDeclObjC.cpp5193 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
H A DSemaTemplate.cpp10074 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp1228 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
1280 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1311 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1382 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
H A DParseObjc.cpp391 D.getMutableDeclSpec().getAttributes().addAtEnd( in addContextSensitiveTypeNullability()
392 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()
1239 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
H A DParseExprCXX.cpp3281 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1947 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function