Searched refs:TypoLoc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 690 SourceLocation TypoLoc = R.getNameLoc(); in LookupMemberExprInRecord() local 714 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << DC << BaseRange; in LookupMemberExprInRecord()
|
| H A D | SemaExpr.cpp | 1784 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 D | Sema.h | 3608 TypoCorrection FailedCorrection(IdentifierInfo *Typo, SourceLocation TypoLoc, 3611 TypoCorrectionFailures[Typo].insert(TypoLoc);
|