Home | History | Annotate | Download | only in Sema

Lines Matching defs:Var

78     } else if (VarDecl *Var = dyn_cast<VarDecl>(ManglingContextDecl)) {
79 if (Var->getDeclContext()->isRecord())
711 VarDecl *Var = R.getAsSingle<VarDecl>();
717 if (Var && LSI->isCaptured(Var)) {
719 << C->Id << SourceRange(LSI->getCapture(Var).getLocation())
732 if (!Var) {
738 if (Var->isInvalidDecl())
741 if (!Var->hasLocalStorage()) {
743 Diag(Var->getLocation(), diag::note_previous_decl) << C->Id;
751 if (Var->isParameterPack()) {
759 } else if (Var->isParameterPack()) {
765 tryCaptureVariable(Var, C->Loc, Kind, EllipsisLoc);
966 VarDecl *Var = From.getVariable();
969 Kind, Var, From.getEllipsisLoc()));