Home | History | Annotate | Download | only in AST

Lines Matching defs:privates

1742   void setPrivates(ArrayRef<Expr *> Privates);
1744 /// \brief Get the list of helper privates.
1804 /// \param Privates List of helper expressions for proper generation of
1832 const DeclarationNameInfo &NameInfo, ArrayRef<Expr *> Privates,
1855 helper_expr_const_range privates() const {
1858 helper_expr_range privates() {
1959 /// { Vars[] /* in OMPVarListClause */; Privates[]; Inits[]; Updates[];
2071 privates_range privates() {
2074 privates_const_range privates() const {