reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/OpenMPClause.h
 5467   void setHint(Expr *H) { Hint = H; }
 5491   Expr *getHint() const { return cast_or_null<Expr>(Hint); }
 5493   child_range children() { return child_range(&Hint, &Hint + 1); }
 5493   child_range children() { return child_range(&Hint, &Hint + 1); }
 5496     return const_child_range(&Hint, &Hint + 1);
 5496     return const_child_range(&Hint, &Hint + 1);