Searched defs:RetainCycleOwner (Results 1 – 1 of 1) sorted by relevance
751 struct RetainCycleOwner { struct752 VarDecl *Variable = nullptr;753 SourceRange Range;754 SourceLocation Loc;755 bool Indirect = false;759 void setLocsFrom(Expr *e) { in setLocsFrom()