HomeSort by: relevance | last modified time | path
    Searched defs:diag_available_here (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp 320 unsigned diag_available_here = diag::note_availability_specified_here; local
453 diag_available_here = diag::note_arc_forbidden_type;
458 diag_available_here = diag::note_arc_weak_disabled;
460 diag_available_here = diag::note_arc_weak_no_runtime;
465 diag_available_here = diag::note_performs_forbidden_arc_conversion;
470 diag_available_here = diag::note_arc_init_returns_unrelated;
475 diag_available_here = diag::note_arc_field_with_ownership;
538 S.Diag(NoteLocation, diag_available_here)
SemaAvailability.cpp 320 unsigned diag_available_here = diag::note_availability_specified_here; local
453 diag_available_here = diag::note_arc_forbidden_type;
458 diag_available_here = diag::note_arc_weak_disabled;
460 diag_available_here = diag::note_arc_weak_no_runtime;
465 diag_available_here = diag::note_performs_forbidden_arc_conversion;
470 diag_available_here = diag::note_arc_init_returns_unrelated;
475 diag_available_here = diag::note_arc_field_with_ownership;
538 S.Diag(NoteLocation, diag_available_here)

Completed in 40 milliseconds