Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp14717 struct RetainCycleOwner { struct
14718 VarDecl *Variable = nullptr;
14719 SourceRange Range;
14720 SourceLocation Loc;
14721 bool Indirect = false;
14725 void setLocsFrom(Expr *e) { in setLocsFrom()