Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp636 SourceLocation TypoLoc = R.getNameLoc(); in LookupMemberExprInRecord() local
651 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << DC << BaseRange; in LookupMemberExprInRecord()
H A DSemaExpr.cpp1682 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic() argument
1690 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << Ctx in emitEmptyLookupTypoDiagnostic()
1693 SemaRef.Diag(TypoLoc, DiagnosticID) << Typo; in emitEmptyLookupTypoDiagnostic()
1839 SourceLocation TypoLoc = R.getNameLoc(); in DiagnoseEmptyLookup() local
1845 emitEmptyLookupTypoDiagnostic(TC, *this, SS, Name, TypoLoc, Args, in DiagnoseEmptyLookup()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h2991 TypoCorrection FailedCorrection(IdentifierInfo *Typo, SourceLocation TypoLoc,
2994 TypoCorrectionFailures[Typo].insert(TypoLoc);