Home | History | Annotate | Download | only in Sema

Lines Matching full:vardecl

1495   if (const auto *V = dyn_cast<VarDecl>(NDecl))
3080 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
5662 VarDecl *VD = cast<VarDecl>(refVars[i]->getDecl());
5723 if (VarDecl *V = dyn_cast<VarDecl>(DR->getDecl()))
5890 if (VarDecl *V = dyn_cast<VarDecl>(DR->getDecl())) {
8723 VarDecl *Variable;
8737 static bool considerVariable(VarDecl *var, Expr *ref, RetainCycleOwner &owner) {
8782 VarDecl *var = dyn_cast<VarDecl>(ref->getDecl());
8831 FindCaptureVisitor(ASTContext &Context, VarDecl *variable)
8836 VarDecl *Variable;
9152 void Sema::checkRetainCycles(VarDecl *Var, Expr *Init) {