Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h214 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
242 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1234 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
1286 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1317 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1403 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
H A DParseObjc.cpp384 D.getMutableDeclSpec().getAttributes().addAtEnd( in addContextSensitiveTypeNullability()
385 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()
1091 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
H A DParseExprCXX.cpp3036 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp257 return getMutableDeclSpec().getAttributes(); in getCurrentAttributes()
267 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()
367 getMutableDeclSpec().getAttributes().clearListOnly(); in ~TypeProcessingState()
369 getMutableDeclSpec().getAttributes().addAtEnd(AL); in ~TypeProcessingState()
373 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anonc2847d970111::TypeProcessingState
592 declarator.getMutableDeclSpec().getAttributes().takeOneFrom( in distributeObjCPointerTypeAttrFromDeclarator()
847 for (ParsedAttr &AL : declarator.getMutableDeclSpec().getAttributes()) { in checkOmittedBlockReturnType()
857 declarator.getMutableDeclSpec().getAttributes().remove(AL); in checkOmittedBlockReturnType()
864 declarator.getMutableDeclSpec().ClearTypeQualifiers(); in checkOmittedBlockReturnType()
901 DeclSpec &DS = declarator.getMutableDeclSpec(); in ConvertDeclSpecToType()
[all …]
H A DSemaDeclCXX.cpp3515 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
3521 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
3539 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()
3542 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()
3551 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()
11632 auto &DS = D.getMutableDeclSpec(); in CheckDeductionGuideDeclarator()
H A DSemaDecl.cpp6064 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()
9323 D.getMutableDeclSpec().ClearStorageClassSpecs(); in getFunctionStorageClass()
9375 D.getMutableDeclSpec().ClearConstexprSpec(); in CreateNewFunctionDecl()
15345 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
15353 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
H A DSemaDeclObjC.cpp5225 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
H A DSemaTemplate.cpp10380 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2057 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function