Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h213 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
240 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp1063 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
1116 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1147 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1180 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
H A DParseObjc.cpp391 D.getMutableDeclSpec().getAttributes().addAtEnd( in addContextSensitiveTypeNullability()
392 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability()
1214 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
H A DParseExprCXX.cpp2941 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp219 return getMutableDeclSpec().getAttributes(); in getCurrentAttributes()
228 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()
296 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anonbf0734260111::TypeProcessingState
303 getMutableDeclSpec().getAttributes().clearListOnly(); in restoreDeclSpecAttrs()
305 getMutableDeclSpec().getAttributes().addAtEnd(AL); in restoreDeclSpecAttrs()
789 declarator.getMutableDeclSpec().getAttributes().remove(AL); in checkOmittedBlockReturnType()
796 declarator.getMutableDeclSpec().ClearTypeQualifiers(); in checkOmittedBlockReturnType()
1236 DeclSpec &DS = declarator.getMutableDeclSpec(); in ConvertDeclSpecToType()
2869 D.getMutableDeclSpec().getAttributes()); in GetDeclSpecTypeForDeclarator()
4279 D.getMutableDeclSpec().getAttributes())) { in GetFullTypeForDeclarator()
[all …]
H A DSemaDeclCXX.cpp3016 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
3022 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
3040 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()
3043 bool Failed = D.getMutableDeclSpec().SetTypeQual( in ActOnCXXMemberDeclarator()
3052 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()
8697 auto &DS = D.getMutableDeclSpec(); in CheckDeductionGuideDeclarator()
H A DSemaDeclObjC.cpp4901 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
H A DSemaDecl.cpp5117 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()
7862 D.getMutableDeclSpec().ClearStorageClassSpecs(); in getFunctionStorageClass()
12368 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
H A DSemaTemplate.cpp9085 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1861 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function