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.cpp751 struct RetainCycleOwner { struct
752 VarDecl *Variable = nullptr;
753 SourceRange Range;
754 SourceLocation Loc;
755 bool Indirect = false;
759 void setLocsFrom(Expr *e) { in setLocsFrom()