Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h212 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
239 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp227 return getMutableDeclSpec().getAttributes(); in getCurrentAttributes()
236 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()
331 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anonfc6727220111::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()
1271 DeclSpec &DS = declarator.getMutableDeclSpec(); in ConvertDeclSpecToType()
[all …]
H A DSemaDeclCXX.cpp3311 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
3317 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
3335 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()
3338 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()
3347 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()
10785 auto &DS = D.getMutableDeclSpec(); in CheckDeductionGuideDeclarator()
H A DSemaDecl.cpp5505 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()
8446 D.getMutableDeclSpec().ClearStorageClassSpecs(); in getFunctionStorageClass()
8514 D.getMutableDeclSpec().ClearConstexprSpec(); in CreateNewFunctionDecl()
13677 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
H A DSemaDeclObjC.cpp5185 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
H A DSemaTemplate.cpp9972 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A 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()
H A DParseObjc.cpp391 D.getMutableDeclSpec().getAttributes().addAtEnd( in addContextSensitiveTypeNullability()
392 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()
1233 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
H A DParseExprCXX.cpp3234 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1917 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function