Home
last modified time | relevance | path

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

/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/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 __anon846eccfe0111::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/clang/include/clang/Sema/
DDeclSpec.h1736 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function