reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  755   QualType VariableTy = VD->getType().getCanonicalType();
  757       !VD->hasAttr<BlocksAttr>()) {
  758     S.Diag(VD->getLocation(), diag::note_block_var_fixit_add_initialization)
  759         << VD->getDeclName()
  760         << FixItHint::CreateInsertion(VD->getLocation(), "__block ");
  765   if (VD->getInit())
  769   if (VD->getEndLoc().isMacroID())
  772   SourceLocation Loc = S.getLocForEndOfToken(VD->getEndLoc());
  779   S.Diag(Loc, diag::note_var_fixit_add_initialization) << VD->getDeclName()