Home
last modified time | relevance | path

Searched refs:CorrectedName (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclObjC.cpp916 DeclarationName CorrectedName = Corrected.getCorrection(); in ActOnStartClassImplementation() local
918 << ClassName << CorrectedName; in ActOnStartClassImplementation()
919 Diag(IDecl->getLocation(), diag::note_previous_decl) << CorrectedName in ActOnStartClassImplementation()
920 << FixItHint::CreateReplacement(ClassLoc, CorrectedName.getAsString()); in ActOnStartClassImplementation()