Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp690 SourceLocation TypoLoc = R.getNameLoc(); in LookupMemberExprInRecord() local
714 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << DC << BaseRange; in LookupMemberExprInRecord()
H A DSemaExpr.cpp1784 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic() argument
1792 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << Ctx in emitEmptyLookupTypoDiagnostic()
1795 SemaRef.Diag(TypoLoc, DiagnosticID) << Typo; in emitEmptyLookupTypoDiagnostic()
1907 SourceLocation TypoLoc = R.getNameLoc(); in DiagnoseEmptyLookup() local
1913 emitEmptyLookupTypoDiagnostic(TC, *this, SS, Name, TypoLoc, Args, in DiagnoseEmptyLookup()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3608 TypoCorrection FailedCorrection(IdentifierInfo *Typo, SourceLocation TypoLoc,
3611 TypoCorrectionFailures[Typo].insert(TypoLoc);