Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp7247 struct RetainCycleOwner { struct
7248 RetainCycleOwner() : Variable(nullptr), Indirect(false) {} in RetainCycleOwner() argument
7249 VarDecl *Variable;
7250 SourceRange Range;
7251 SourceLocation Loc;
7252 bool Indirect;
7254 void setLocsFrom(Expr *e) { in setLocsFrom()