Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1305 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
1357 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1388 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1470 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
H A DParseObjc.cpp426 D.getMutableDeclSpec().getAttributes().addAtEnd( in addContextSensitiveTypeNullability()
427 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()
1284 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
H A DParseExprCXX.cpp3360 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp239 return getMutableDeclSpec().getAttributes(); in getCurrentAttributes()
249 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()
345 getMutableDeclSpec().getAttributes().clearListOnly(); in ~TypeProcessingState()
347 getMutableDeclSpec().getAttributes().addAtEnd(AL); in ~TypeProcessingState()
351 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anon632de2cd0111::TypeProcessingState
835 declarator.getMutableDeclSpec().getAttributes().remove(AL); in checkOmittedBlockReturnType()
842 declarator.getMutableDeclSpec().ClearTypeQualifiers(); in checkOmittedBlockReturnType()
1292 DeclSpec &DS = declarator.getMutableDeclSpec(); in ConvertDeclSpecToType()
3573 D.getMutableDeclSpec().getAttributes()); in GetDeclSpecTypeForDeclarator()
5052 D.getMutableDeclSpec().getAttributes(), in GetFullTypeForDeclarator()
[all …]
H A DSemaDeclCXX.cpp3525 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
3531 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
3549 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()
3552 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()
3561 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()
11478 auto &DS = D.getMutableDeclSpec(); in CheckDeductionGuideDeclarator()
H A DSemaDecl.cpp6126 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()
9254 D.getMutableDeclSpec().ClearStorageClassSpecs(); in getFunctionStorageClass()
9333 D.getMutableDeclSpec().ClearConstexprSpec(); in CreateNewFunctionDecl()
15127 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
H A DSemaDeclObjC.cpp5205 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
H A DSemaTemplate.cpp10632 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1993 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function