Home | History | Annotate | Download | only in AST

Lines Matching refs:OMPSafelenClause

266 class OMPSafelenClause : public OMPClause {
283 OMPSafelenClause(Expr *Len, SourceLocation StartLoc, SourceLocation LParenLoc,
290 explicit OMPSafelenClause()