Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h212 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
239 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp228 return getMutableDeclSpec().getAttributes(); in getCurrentAttributes()
237 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()
332 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anonc95f0a4b0111::TypeProcessingState
339 getMutableDeclSpec().getAttributes().clearListOnly(); in restoreDeclSpecAttrs()
341 getMutableDeclSpec().getAttributes().addAtEnd(AL); in restoreDeclSpecAttrs()
825 declarator.getMutableDeclSpec().getAttributes().remove(AL); in checkOmittedBlockReturnType()
832 declarator.getMutableDeclSpec().ClearTypeQualifiers(); in checkOmittedBlockReturnType()
1272 DeclSpec &DS = declarator.getMutableDeclSpec(); in ConvertDeclSpecToType()
3353 D.getMutableDeclSpec().getAttributes()); in GetDeclSpecTypeForDeclarator()
4790 D.getMutableDeclSpec().getAttributes(), in GetFullTypeForDeclarator()
[all …]
H A DSemaDeclCXX.cpp3311 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
3317 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
3335 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()
3338 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()
3347 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()
10792 auto &DS = D.getMutableDeclSpec(); in CheckDeductionGuideDeclarator()
H A DSemaDecl.cpp5568 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()
8505 D.getMutableDeclSpec().ClearStorageClassSpecs(); in getFunctionStorageClass()
8573 D.getMutableDeclSpec().ClearConstexprSpec(); in CreateNewFunctionDecl()
13733 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
H A DSemaDeclObjC.cpp5185 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
H A DSemaTemplate.cpp9972 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1186 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
1238 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1269 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1302 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
H A DParseObjc.cpp391 D.getMutableDeclSpec().getAttributes().addAtEnd( in addContextSensitiveTypeNullability()
392 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()
1233 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
H A DParseExprCXX.cpp3235 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1917 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function