Searched refs:TypoLoc (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 6769 SourceLocation TypoLoc; variable 6772 TypoExpr(QualType T, SourceLocation TypoLoc) in TypoExpr() argument 6773 : Expr(TypoExprClass, T, VK_LValue, OK_Ordinary), TypoLoc(TypoLoc) { in TypoExpr() 6786 SourceLocation getBeginLoc() const LLVM_READONLY { return TypoLoc; } in getBeginLoc() 6787 SourceLocation getEndLoc() const LLVM_READONLY { return TypoLoc; } in getEndLoc()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 731 SourceLocation TypoLoc = R.getNameLoc(); in LookupMemberExprInRecord() local 758 SemaRef.Diag(TypoLoc, diag::err_no_member) in LookupMemberExprInRecord()
|
H A D | SemaLookup.cpp | 5719 SourceLocation TypoLoc) { in createDelayedTypo() argument 5721 auto TE = new (Context) TypoExpr(Context.DependentTy, TypoLoc); in createDelayedTypo()
|
H A D | SemaExpr.cpp | 2344 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic() argument 2352 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << Ctx in emitEmptyLookupTypoDiagnostic() 2355 SemaRef.Diag(TypoLoc, DiagnosticID) << Typo; in emitEmptyLookupTypoDiagnostic() 2489 SourceLocation TypoLoc = R.getNameLoc(); in DiagnoseEmptyLookup() local 2495 emitEmptyLookupTypoDiagnostic(TC, *this, SS, Name, TypoLoc, Args, in DiagnoseEmptyLookup()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 9550 TypoRecoveryCallback TRC, SourceLocation TypoLoc); 9556 TypoCorrection FailedCorrection(IdentifierInfo *Typo, SourceLocation TypoLoc, 9559 TypoCorrectionFailures[Typo].insert(TypoLoc);
|