Home | History | Annotate | Download | only in Checkers

Lines Matching defs:Source

5 // This file is distributed under the University of Illinois Open Source
215 NullabilityState(Nullability Nullab, const Stmt *Source = nullptr)
216 : Nullab(Nullab), Source(Source) {}
218 const Stmt *getNullabilitySource() const { return Source; }
224 ID.AddPointer(Source);
233 // Source is the expression which determined the nullability. For example in a
235 // the receiver is nullable. Here the receiver will be the source of the
237 const Stmt *Source;
954 /// annotations in the destination and the source or '0' is casted to nonnull