Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprMember.cpp693 SourceLocation TypoLoc = R.getNameLoc(); in LookupMemberExprInRecord() local
717 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << DC << BaseRange; in LookupMemberExprInRecord()
HDSemaExpr.cpp2000 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic() argument
2008 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << Ctx in emitEmptyLookupTypoDiagnostic()
2011 SemaRef.Diag(TypoLoc, DiagnosticID) << Typo; in emitEmptyLookupTypoDiagnostic()
2113 SourceLocation TypoLoc = R.getNameLoc(); in DiagnoseEmptyLookup() local
2119 emitEmptyLookupTypoDiagnostic(TC, *this, SS, Name, TypoLoc, Args, in DiagnoseEmptyLookup()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h4036 TypoCorrection FailedCorrection(IdentifierInfo *Typo, SourceLocation TypoLoc,
4039 TypoCorrectionFailures[Typo].insert(TypoLoc);