Searched defs:considerVariable (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp7263 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) { function
7310 return considerVariable(var, ref, owner);
7513 if (!considerVariable(Var, /*DeclRefExpr=*/nullptr, Owner))

Completed in 205 milliseconds