Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h214 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
242 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp1261 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
1313 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1344 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1415 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
H A DParseObjc.cpp421 D.getMutableDeclSpec().getAttributes().addAtEnd( in addContextSensitiveTypeNullability()
422 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()
1271 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
H A DParseExprCXX.cpp3345 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp227 return getMutableDeclSpec().getAttributes(); in getCurrentAttributes()
237 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()
333 getMutableDeclSpec().getAttributes().clearListOnly(); in ~TypeProcessingState()
335 getMutableDeclSpec().getAttributes().addAtEnd(AL); in ~TypeProcessingState()
339 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anon41c88aee0111::TypeProcessingState
557 declarator.getMutableDeclSpec().getAttributes().takeOneFrom( in distributeObjCPointerTypeAttrFromDeclarator()
808 for (ParsedAttr &AL : declarator.getMutableDeclSpec().getAttributes()) { in checkOmittedBlockReturnType()
818 declarator.getMutableDeclSpec().getAttributes().remove(AL); in checkOmittedBlockReturnType()
825 declarator.getMutableDeclSpec().ClearTypeQualifiers(); in checkOmittedBlockReturnType()
1275 DeclSpec &DS = declarator.getMutableDeclSpec(); in ConvertDeclSpecToType()
[all …]
H A DSemaDeclCXX.cpp3385 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
3391 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
3409 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()
3412 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()
3421 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()
11074 auto &DS = D.getMutableDeclSpec(); in CheckDeductionGuideDeclarator()
H A DSemaDecl.cpp5989 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()
9022 D.getMutableDeclSpec().ClearStorageClassSpecs(); in getFunctionStorageClass()
9100 D.getMutableDeclSpec().ClearConstexprSpec(); in CreateNewFunctionDecl()
14621 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
H A DSemaDeclObjC.cpp5205 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
H A DSemaTemplate.cpp10328 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1976 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function