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