Searched defs:RetainCycleOwner (Results 1 – 1 of 1) sorted by relevance
7830 struct RetainCycleOwner { struct7831 RetainCycleOwner() : Variable(nullptr), Indirect(false) {} in RetainCycleOwner() function7832 VarDecl *Variable;7833 SourceRange Range;7834 SourceLocation Loc;7835 bool Indirect;7837 void setLocsFrom(Expr *e) { in setLocsFrom()