/external/llvm-project/clang/include/clang/Parse/ |
D | RAIIObjectsForParser.h | 212 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function 239 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
|
/external/clang/lib/Parse/ |
D | RAIIObjectsForParser.h | 212 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function 239 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
|
D | Parser.cpp | 988 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()
|
D | ParseExprCXX.cpp | 2872 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
|
D | ParseObjc.cpp | 417 D.getMutableDeclSpec().addAttributes(getNullabilityAttr()); in addContextSensitiveTypeNullability()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 227 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 …]
|
D | SemaDeclCXX.cpp | 3286 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()
|
D | SemaDecl.cpp | 5485 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation() 8385 D.getMutableDeclSpec().ClearStorageClassSpecs(); in getFunctionStorageClass() 8453 D.getMutableDeclSpec().ClearConstexprSpec(); in CreateNewFunctionDecl() 13546 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
|
D | SemaDeclObjC.cpp | 5180 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
|
D | SemaTemplate.cpp | 9978 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
|
/external/llvm-project/clang/lib/Parse/ |
D | Parser.cpp | 1183 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()
|
D | ParseObjc.cpp | 391 D.getMutableDeclSpec().getAttributes().addAtEnd( in addContextSensitiveTypeNullability() 392 getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool())); in addContextSensitiveTypeNullability() 1227 takeDeclAttributes(attrs, D.getMutableDeclSpec().getAttributes()); in takeDeclAttributes()
|
D | ParseExprCXX.cpp | 3249 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 194 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()
|
D | SemaDeclCXX.cpp | 2085 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()
|
D | SemaDeclObjC.cpp | 4622 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
|
D | SemaDecl.cpp | 4728 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation() 10807 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
|
D | SemaTemplate.cpp | 7766 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | DeclSpec.h | 1914 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function
|