Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp9760 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) { in considerVariable() function
9807 return considerVariable(var, ref, owner); in findRetainCycleOwner()
10176 if (!considerVariable(Var, /*DeclRefExpr=*/nullptr, Owner)) in checkRetainCycles()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp14466 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) { in considerVariable() function
14513 return considerVariable(var, ref, owner); in findRetainCycleOwner()
14892 if (!considerVariable(Var, /*DeclRefExpr=*/nullptr, Owner)) in checkRetainCycles()