Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DRAIIObjectsForParser.h206 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
233 ParsingDeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function
DParser.cpp999 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int, in ParseFunctionDefinition()
1056 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1085 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
1109 D.getMutableDeclSpec().abort(); in ParseFunctionDefinition()
DParseExprCXX.cpp2626 ParseSpecifierQualifierList(D.getMutableDeclSpec()); in ParseExpressionListOrTypeId()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp181 return getMutableDeclSpec().getAttributes().getListRef(); in getCurrentAttrListRef()
190 DeclSpec &spec = getMutableDeclSpec(); in saveDeclSpecAttrs()
220 DeclSpec &getMutableDeclSpec() const { in getMutableDeclSpec() function in __anon343d3d010111::TypeProcessingState
228 getMutableDeclSpec().getAttributes().set(0); in restoreDeclSpecAttrs()
232 getMutableDeclSpec().getAttributes().set(savedAttrs[0]); in restoreDeclSpecAttrs()
463 declarator.getMutableDeclSpec().getAttributes().getListRef()); in distributeObjCPointerTypeAttrFromDeclarator()
DSemaDeclCXX.cpp1936 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
1942 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnCXXMemberDeclarator()
1956 D.getMutableDeclSpec().ClearConstexprSpec(); in ActOnCXXMemberDeclarator()
1959 bool Failed = D.getMutableDeclSpec().SetTypeQual(DeclSpec::TQ_const, ConstexprLoc, in ActOnCXXMemberDeclarator()
1967 if (D.getMutableDeclSpec().SetStorageClassSpec( in ActOnCXXMemberDeclarator()
DSemaDeclObjC.cpp3427 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnObjCExceptionDecl()
DSemaDecl.cpp4014 DeclSpec &DS = D.getMutableDeclSpec(); in RebuildDeclaratorInCurrentInstantiation()
9107 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnParamDeclarator()
DSemaTemplate.cpp7253 D.getMutableDeclSpec().ClearStorageClassSpecs(); in ActOnExplicitInstantiation()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h1613 DeclSpec &getMutableDeclSpec() { return const_cast<DeclSpec &>(DS); } in getMutableDeclSpec() function