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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 2504 unsigned noteID = diag::note_arc_lost_method_convention;
2509 noteID = diag::note_arc_gained_method_convention;
2552 S.Diag(decl->getLocation(), noteID) << int(familySelector) << int(reasonSelector);

Completed in 26 milliseconds