Lines Matching defs:VN
12785 operator<<(const Sema::SemaDiagnosticBuilder &Diag, VarDeclOrName VN) {
12786 return VN.VDecl ? Diag << VN.VDecl : Diag << VN.Name;
12800 VarDeclOrName VN{VDecl, Name};
12860 << VN << Type << Range;
12868 << VN << Type << Range;
12877 << isa<InitListExpr>(Init) << VN << Type << Range;
12913 << VN
12919 << VN << TSI->getType()
12933 Diag(Loc, diag::warn_auto_var_is_id) << VN << Range;