Searched refs:TypoLoc (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 651 SourceLocation TypoLoc = R.getNameLoc(); in LookupMemberExprInRecord() local 676 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << DC << BaseRange; in LookupMemberExprInRecord()
|
D | SemaExpr.cpp | 1761 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/ |
D | Sema.h | 3166 TypoCorrection FailedCorrection(IdentifierInfo *Typo, SourceLocation TypoLoc, 3169 TypoCorrectionFailures[Typo].insert(TypoLoc);
|