Home
last modified time | relevance | path

Searched refs:considerVariable (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp773 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) { in considerVariable() function
822 return considerVariable(var, ref, owner); in findRetainCycleOwner()
1201 if (!considerVariable(Var, /*DeclRefExpr=*/nullptr, Owner)) in checkRetainCycles()