Searched defs:RetainCycleOwner (Results 1 – 1 of 1) sorted by relevance
7247 struct RetainCycleOwner { struct7248 RetainCycleOwner() : Variable(nullptr), Indirect(false) {} in RetainCycleOwner() argument7249 VarDecl *Variable;7250 SourceRange Range;7251 SourceLocation Loc;7252 bool Indirect;7254 void setLocsFrom(Expr *e) { in setLocsFrom()