Searched defs:RetainCycleOwner (Results 1 – 1 of 1) sorted by relevance
9744 struct RetainCycleOwner { struct9745 RetainCycleOwner() : Variable(nullptr), Indirect(false) {} in RetainCycleOwner() function9746 VarDecl *Variable;9747 SourceRange Range;9748 SourceLocation Loc;9749 bool Indirect;9751 void setLocsFrom(Expr *e) { in setLocsFrom()