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

References

tools/clang/include/clang/AST/OpenMPClause.h
  273   void setAllocator(Expr *A) { Allocator = A; }
  298   Expr *getAllocator() const { return cast_or_null<Expr>(Allocator); }
  300   child_range children() { return child_range(&Allocator, &Allocator + 1); }
  300   child_range children() { return child_range(&Allocator, &Allocator + 1); }
  303     return const_child_range(&Allocator, &Allocator + 1);
  303     return const_child_range(&Allocator, &Allocator + 1);