Searched defs:OMPNoChildClause (Results 1 – 1 of 1) sorted by relevance
111 struct OMPNoChildClause : public OMPClause { struct116 OMPNoChildClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPNoChildClause() argument120 OMPNoChildClause() in OMPNoChildClause() function123 child_range children() { in children()127 const_child_range children() const { in children()131 child_range used_children() { in used_children()134 const_child_range used_children() const { in used_children()138 static bool classof(const OMPClause *T) { in classof()1933 : OMPNoChildClause(StartLoc, EndLoc) {} in OMPNoChildClause() function