Home
last modified time | relevance | path

Searched defs:RetainCycleOwner (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp9744 struct RetainCycleOwner { struct
9745 RetainCycleOwner() : Variable(nullptr), Indirect(false) {} in RetainCycleOwner() function
9746 VarDecl *Variable;
9747 SourceRange Range;
9748 SourceLocation Loc;
9749 bool Indirect;
9751 void setLocsFrom(Expr *e) { in setLocsFrom()