Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp840 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
884 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
924 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
DParseExprCXX.cpp1892 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
/external/clang/lib/Sema/
DSemaType.cpp160 return getMutableDeclSpec().getAttributes().getListRef(); in getCurrentAttrListRef()
169 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()
199 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anonde52a23c0111::TypeProcessingState
207 getMutableDeclSpec().getAttributes().set(0); in restoreDeclSpecAttrs()
211 getMutableDeclSpec().getAttributes().set(savedAttrs[0]); in restoreDeclSpecAttrs()
366 declarator.getMutableDeclSpec().getAttributes().getListRef()); in distributeObjCPointerTypeAttrFromDeclarator()
DSemaDeclObjC.cpp2610 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
DSemaDeclCXX.cpp1104 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
1113 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
DSemaDecl.cpp2898 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()
5994 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
DSemaTemplate.cpp6106 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
/external/clang/include/clang/Sema/
DDeclSpec.h1448 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function
/external/clang/include/clang/Parse/
DParser.h878 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function