Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp6502 struct RetainCycleOwner { struct
6503 RetainCycleOwner() : Variable(0), Indirect(false) {} in RetainCycleOwner() argument
6504 VarDecl *Variable;
6505 SourceRange Range;
6506 SourceLocation Loc;
6507 bool Indirect;
6509 void setLocsFrom(Expr *e) { in setLocsFrom()