Searched defs:RetainCycleOwner (Results 1 – 1 of 1) sorted by relevance
8721 struct RetainCycleOwner { struct8722 RetainCycleOwner() : Variable(nullptr), Indirect(false) {} in RetainCycleOwner() argument8723 VarDecl *Variable;8724 SourceRange Range;8725 SourceLocation Loc;8726 bool Indirect;8728 void setLocsFrom(Expr *e) { in setLocsFrom()