Searched refs:TypoLoc (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Expr.h | 6286 SourceLocation TypoLoc; variable 6289 TypoExpr(QualType T, SourceLocation TypoLoc) in TypoExpr() argument 6290 : Expr(TypoExprClass, T, VK_LValue, OK_Ordinary), TypoLoc(TypoLoc) { in TypoExpr() 6303 SourceLocation getBeginLoc() const LLVM_READONLY { return TypoLoc; } in getBeginLoc() 6304 SourceLocation getEndLoc() const LLVM_READONLY { return TypoLoc; } in getEndLoc()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 690 SourceLocation TypoLoc = R.getNameLoc(); in LookupMemberExprInRecord() local 714 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << DC << BaseRange; in LookupMemberExprInRecord()
|
| H A D | SemaLookup.cpp | 5484 SourceLocation TypoLoc) { in createDelayedTypo() argument 5486 auto TE = new (Context) TypoExpr(Context.DependentTy, TypoLoc); in createDelayedTypo()
|
| H A D | SemaExpr.cpp | 2103 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic() argument 2111 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << Ctx in emitEmptyLookupTypoDiagnostic() 2114 SemaRef.Diag(TypoLoc, DiagnosticID) << Typo; in emitEmptyLookupTypoDiagnostic() 2257 SourceLocation TypoLoc = R.getNameLoc(); in DiagnoseEmptyLookup() local 2263 emitEmptyLookupTypoDiagnostic(TC, *this, SS, Name, TypoLoc, Args, in DiagnoseEmptyLookup()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 4042 TypoRecoveryCallback TRC, SourceLocation TypoLoc); 4506 TypoCorrection FailedCorrection(IdentifierInfo *Typo, SourceLocation TypoLoc, 4509 TypoCorrectionFailures[Typo].insert(TypoLoc);
|