Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Parse/
DRAIIObjectsForParser.h212 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
239 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
/external/clang/lib/Parse/
DRAIIObjectsForParser.h212 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
239 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
DParser.cpp988 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
1045 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1075 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1107 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
DParseExprCXX.cpp2872 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
DParseObjc.cpp417 D.getMutableDeclSpec().addAttributes(getNullabilityAttr()); in addContextSensitiveTypeNullability()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp227 return getMutableDeclSpec().getAttributes(); in getCurrentAttributes()
236 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()
331 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anon6036cc870111::TypeProcessingState
338 getMutableDeclSpec().getAttributes().clearListOnly(); in restoreDeclSpecAttrs()
340 getMutableDeclSpec().getAttributes().addAtEnd(AL); in restoreDeclSpecAttrs()
556 declarator.getMutableDeclSpec().getAttributes().takeOneFrom( in distributeObjCPointerTypeAttrFromDeclarator()
814 for (ParsedAttr &AL : declarator.getMutableDeclSpec().getAttributes()) { in checkOmittedBlockReturnType()
824 declarator.getMutableDeclSpec().getAttributes().remove(AL); in checkOmittedBlockReturnType()
831 declarator.getMutableDeclSpec().ClearTypeQualifiers(); in checkOmittedBlockReturnType()
1291 DeclSpec &DS = declarator.getMutableDeclSpec(); in ConvertDeclSpecToType()
[all …]
DSemaDeclCXX.cpp3286 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
3292 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
3310 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()
3313 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()
3322 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()
10706 auto &DS = D.getMutableDeclSpec(); in CheckDeductionGuideDeclarator()
DSemaDecl.cpp5485 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()
8385 D.getMutableDeclSpec().ClearStorageClassSpecs(); in getFunctionStorageClass()
8453 D.getMutableDeclSpec().ClearConstexprSpec(); in CreateNewFunctionDecl()
13546 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
DSemaDeclObjC.cpp5180 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
DSemaTemplate.cpp9978 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
/external/llvm-project/clang/lib/Parse/
DParser.cpp1183 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
1235 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1266 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1299 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
DParseObjc.cpp391 D.getMutableDeclSpec().getAttributes().addAtEnd( in addContextSensitiveTypeNullability()
392 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()
1227 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
DParseExprCXX.cpp3249 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
/external/clang/lib/Sema/
DSemaType.cpp194 return getMutableDeclSpec().getAttributes().getListRef(); in getCurrentAttrListRef()
203 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()
231 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anon9acaebf90111::TypeProcessingState
239 getMutableDeclSpec().getAttributes().set(nullptr); in restoreDeclSpecAttrs()
243 getMutableDeclSpec().getAttributes().set(savedAttrs[0]); in restoreDeclSpecAttrs()
491 declarator.getMutableDeclSpec().getAttributes().getListRef()); in distributeObjCPointerTypeAttrFromDeclarator()
763 declarator.getMutableDeclSpec().getAttributes().getListRef(); in checkOmittedBlockReturnType()
790 declarator.getMutableDeclSpec().ClearTypeQualifiers(); in checkOmittedBlockReturnType()
3761 state.getDeclarator().getMutableDeclSpec().getObjCQualifiers() in GetFullTypeForDeclarator()
3799 D.getMutableDeclSpec().getAttributes().getListRef())) { in GetFullTypeForDeclarator()
DSemaDeclCXX.cpp2085 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
2091 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
2109 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()
2112 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()
2121 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()
DSemaDeclObjC.cpp4622 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
DSemaDecl.cpp4728 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()
10807 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
DSemaTemplate.cpp7766 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1914 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function