Home | History | Annotate | Download | only in Parse

Lines Matching refs:Stmts

875 Parser::DeclGroupPtrTy Parser::ParseDeclaration(StmtVector &Stmts,
900 return ParseSimpleDeclaration(Stmts, Context, DeclEnd, attrs,
916 return ParseSimpleDeclaration(Stmts, Context, DeclEnd, attrs, true);
939 Parser::DeclGroupPtrTy Parser::ParseSimpleDeclaration(StmtVector &Stmts,
953 Stmts.push_back(R.release());