Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp9744 struct RetainCycleOwner { struct
9745 RetainCycleOwner() : Variable(nullptr), Indirect(false) {} in RetainCycleOwner() argument
9746 VarDecl *Variable;
9747 SourceRange Range;
9748 SourceLocation Loc;
9749 bool Indirect;
9751 void setLocsFrom(Expr *e) { in setLocsFrom()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp14448 struct RetainCycleOwner { struct
14449 VarDecl *Variable = nullptr;
14450 SourceRange Range;
14451 SourceLocation Loc;
14452 bool Indirect = false;
14456 void setLocsFrom(Expr *e) { in setLocsFrom()