Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprMember.cpp665 SourceLocation TypoLoc = R.getNameLoc(); in LookupMemberExprInRecord() local
690 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << DC << BaseRange; in LookupMemberExprInRecord()
DSemaExpr.cpp1825 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic() argument
1833 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << Ctx in emitEmptyLookupTypoDiagnostic()
1836 SemaRef.Diag(TypoLoc, DiagnosticID) << Typo; in emitEmptyLookupTypoDiagnostic()
1947 SourceLocation TypoLoc = R.getNameLoc(); in DiagnoseEmptyLookup() local
1953 emitEmptyLookupTypoDiagnostic(TC, *this, SS, Name, TypoLoc, Args, in DiagnoseEmptyLookup()
/external/clang/include/clang/Sema/
DSema.h3247 TypoCorrection FailedCorrection(IdentifierInfo *Typo, SourceLocation TypoLoc,
3250 TypoCorrectionFailures[Typo].insert(TypoLoc);