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.cpp1310 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
1362 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1393 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1479 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
H A DParseObjc.cpp429 D.getMutableDeclSpec().getAttributes().addAtEnd( in addContextSensitiveTypeNullability()
430 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()
1289 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
H A DParseExprCXX.cpp3474 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp250 return getMutableDeclSpec().getAttributes(); in getCurrentAttributes()
260 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()
356 getMutableDeclSpec().getAttributes().clearListOnly(); in ~TypeProcessingState()
358 getMutableDeclSpec().getAttributes().addAtEnd(AL); in ~TypeProcessingState()
362 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anonc2847d970111::TypeProcessingState
581 declarator.getMutableDeclSpec().getAttributes().takeOneFrom( in distributeObjCPointerTypeAttrFromDeclarator()
836 for (ParsedAttr &AL : declarator.getMutableDeclSpec().getAttributes()) { in checkOmittedBlockReturnType()
846 declarator.getMutableDeclSpec().getAttributes().remove(AL); in checkOmittedBlockReturnType()
853 declarator.getMutableDeclSpec().ClearTypeQualifiers(); in checkOmittedBlockReturnType()
890 DeclSpec &DS = declarator.getMutableDeclSpec(); in ConvertDeclSpecToType()
[all …]
H A DSemaDeclCXX.cpp3402 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
3408 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
3426 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()
3429 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()
3438 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()
11391 auto &DS = D.getMutableDeclSpec(); in CheckDeductionGuideDeclarator()
H A DSemaDecl.cpp5950 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()
9103 D.getMutableDeclSpec().ClearStorageClassSpecs(); in getFunctionStorageClass()
9155 D.getMutableDeclSpec().ClearConstexprSpec(); in CreateNewFunctionDecl()
14926 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
H A DSemaDeclObjC.cpp5221 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
H A DSemaTemplate.cpp9850 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2054 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function