Home
last modified time | relevance | path

Searched defs:OMPNoChildClause (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h111 struct OMPNoChildClause : public OMPClause { struct
116 OMPNoChildClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPNoChildClause() argument
120 OMPNoChildClause() in OMPNoChildClause() function
123 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