Searched refs:TypoLoc (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Expr.h | 6369 SourceLocation TypoLoc; variable 6372 TypoExpr(QualType T, SourceLocation TypoLoc) in TypoExpr() argument 6373 : Expr(TypoExprClass, T, VK_LValue, OK_Ordinary), TypoLoc(TypoLoc) { in TypoExpr() 6386 SourceLocation getBeginLoc() const LLVM_READONLY { return TypoLoc; } in getBeginLoc() 6387 SourceLocation getEndLoc() const LLVM_READONLY { return TypoLoc; } in getEndLoc()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 692 SourceLocation TypoLoc = R.getNameLoc(); in LookupMemberExprInRecord() local 716 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << DC << BaseRange; in LookupMemberExprInRecord()
|
| H A D | SemaLookup.cpp | 5806 SourceLocation TypoLoc) { in createDelayedTypo() argument 5808 auto TE = new (Context) TypoExpr(Context.DependentTy, TypoLoc); in createDelayedTypo()
|
| H A D | SemaExpr.cpp | 2171 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic() argument 2179 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << Ctx in emitEmptyLookupTypoDiagnostic() 2182 SemaRef.Diag(TypoLoc, DiagnosticID) << Typo; in emitEmptyLookupTypoDiagnostic() 2325 SourceLocation TypoLoc = R.getNameLoc(); in DiagnoseEmptyLookup() local 2331 emitEmptyLookupTypoDiagnostic(TC, *this, SS, Name, TypoLoc, Args, in DiagnoseEmptyLookup()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 4291 TypoRecoveryCallback TRC, SourceLocation TypoLoc); 4798 TypoCorrection FailedCorrection(IdentifierInfo *Typo, SourceLocation TypoLoc, 4801 TypoCorrectionFailures[Typo].insert(TypoLoc);
|