Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprMember.cpp651 SourceLocation TypoLoc = R.getNameLoc(); in LookupMemberExprInRecord() local
676 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << DC << BaseRange; in LookupMemberExprInRecord()
DSemaExpr.cpp1761 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic() argument
1769 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << Ctx in emitEmptyLookupTypoDiagnostic()
1772 SemaRef.Diag(TypoLoc, DiagnosticID) << Typo; in emitEmptyLookupTypoDiagnostic()
1884 SourceLocation TypoLoc = R.getNameLoc(); in DiagnoseEmptyLookup() local
1890 emitEmptyLookupTypoDiagnostic(TC, *this, SS, Name, TypoLoc, Args, in DiagnoseEmptyLookup()
/external/clang/include/clang/Sema/
DSema.h3166 TypoCorrection FailedCorrection(IdentifierInfo *Typo, SourceLocation TypoLoc,
3169 TypoCorrectionFailures[Typo].insert(TypoLoc);