Searched refs:considerVariable (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 9760 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/ |
D | SemaChecking.cpp | 14466 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()
|