Home | History | Annotate | Download | only in AST

Lines Matching defs:privates

1743   void setPrivates(ArrayRef<Expr *> Privates);
1745 /// \brief Get the list of helper privates.
1805 /// \param Privates List of helper expressions for proper generation of
1833 const DeclarationNameInfo &NameInfo, ArrayRef<Expr *> Privates,
1856 helper_expr_const_range privates() const {
1859 helper_expr_range privates() {
1954 void setPrivates(ArrayRef<Expr *> Privates);
1956 /// Get the list of helper privates.
2015 /// \param Privates List of helper expressions for proper generation of
2043 const DeclarationNameInfo &NameInfo, ArrayRef<Expr *> Privates,
2067 helper_expr_const_range privates() const {
2070 helper_expr_range privates() {
2164 void setPrivates(ArrayRef<Expr *> Privates);
2166 /// Get the list of helper privates.
2236 /// \param Privates List of helper expressions for proper generation of
2266 const DeclarationNameInfo &NameInfo, ArrayRef<Expr *> Privates,
2291 helper_expr_const_range privates() const {
2294 helper_expr_range privates() {
2403 /// { Vars[] /* in OMPVarListClause */; Privates[]; Inits[]; Updates[];
2515 privates_range privates() {
2518 privates_const_range privates() const {