Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp8721 struct RetainCycleOwner { struct
8722 RetainCycleOwner() : Variable(nullptr), Indirect(false) {} in RetainCycleOwner() function
8723 VarDecl *Variable;
8724 SourceRange Range;
8725 SourceLocation Loc;
8726 bool Indirect;
8728 void setLocsFrom(Expr *e) { in setLocsFrom()