Home | History | Annotate | Download | only in Parse

Lines Matching refs:Identifiers

94   SmallVector<Expr *, 5> Identifiers;
100 if (!ParseOpenMPSimpleVarList(OMPD_threadprivate, Identifiers, true)) {
110 return Actions.ActOnOpenMPThreadprivateDirective(Loc, Identifiers);
172 SmallVector<Expr *, 5> Identifiers;
190 if (!ParseOpenMPSimpleVarList(OMPD_threadprivate, Identifiers, false)) {
199 Actions.ActOnOpenMPThreadprivateDirective(Loc, Identifiers);