Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5675 const PartialDiagnostic &PrevNote, in diagnoseTypo() argument
5702 PrevNote.getDiagID() == diag::note_previous_decl && in diagnoseTypo()
5707 if (PrevNote.getDiagID() && ChosenDecl) in diagnoseTypo()
5708 Diag(ChosenDecl->getLocation(), PrevNote) in diagnoseTypo()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9344 const PartialDiagnostic &PrevNote,