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