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

References

tools/clang/include/clang/AST/OpenMPClause.h
 4070   void setDevice(Expr *E) { Device = E; }
 4101   Expr *getDevice() { return cast<Expr>(Device); }
 4104   Expr *getDevice() const { return cast<Expr>(Device); }
 4106   child_range children() { return child_range(&Device, &Device + 1); }
 4106   child_range children() { return child_range(&Device, &Device + 1); }
 4109     return const_child_range(&Device, &Device + 1);
 4109     return const_child_range(&Device, &Device + 1);