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

References

tools/clang/include/clang/AST/Expr.h
 5311       return AssociationTy<Const>(cast<Expr>(*E), *TSI,
 5317       ++E;
 5322     bool operator==(AssociationIteratorTy Other) const { return E == Other.E; }
 5322     bool operator==(AssociationIteratorTy Other) const { return E == Other.E; }
 5440     AssociationIterator End(Begin.E + NumAssocs, Begin.TSI + NumAssocs,
 5450     ConstAssociationIterator End(Begin.E + NumAssocs, Begin.TSI + NumAssocs,