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