Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp755 struct RetainCycleOwner { struct
756 VarDecl *Variable = nullptr;
757 SourceRange Range;
758 SourceLocation Loc;
759 bool Indirect = false;
763 void setLocsFrom(Expr *e) { in setLocsFrom()