Lines Matching defs:VN
12919 operator<<(const Sema::SemaDiagnosticBuilder &Diag, VarDeclOrName VN) {
12920 return VN.VDecl ? Diag << VN.VDecl : Diag << VN.Name;
12934 VarDeclOrName VN{VDecl, Name};
12994 << VN << Type << Range;
13002 << VN << Type << Range;
13011 << isa<InitListExpr>(Init) << VN << Type << Range;
13047 << VN
13053 << VN << TSI->getType()
13067 Diag(Loc, diag::warn_auto_var_is_id) << VN << Range;