Home
last modified time | relevance | path

Searched refs:TypoLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6353 SourceLocation TypoLoc; variable
6356 TypoExpr(QualType T, SourceLocation TypoLoc) in TypoExpr() argument
6357 : Expr(TypoExprClass, T, VK_LValue, OK_Ordinary), TypoLoc(TypoLoc) { in TypoExpr()
6370 SourceLocation getBeginLoc() const LLVM_READONLY { return TypoLoc; } in getBeginLoc()
6371 SourceLocation getEndLoc() const LLVM_READONLY { return TypoLoc; } in getEndLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp691 SourceLocation TypoLoc = R.getNameLoc(); in LookupMemberExprInRecord() local
715 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << DC << BaseRange; in LookupMemberExprInRecord()
H A DSemaLookup.cpp5494 SourceLocation TypoLoc) { in createDelayedTypo() argument
5496 auto TE = new (Context) TypoExpr(Context.DependentTy, TypoLoc); in createDelayedTypo()
H A DSemaExpr.cpp2113 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic() argument
2121 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << Ctx in emitEmptyLookupTypoDiagnostic()
2124 SemaRef.Diag(TypoLoc, DiagnosticID) << Typo; in emitEmptyLookupTypoDiagnostic()
2267 SourceLocation TypoLoc = R.getNameLoc(); in DiagnoseEmptyLookup() local
2273 emitEmptyLookupTypoDiagnostic(TC, *this, SS, Name, TypoLoc, Args, in DiagnoseEmptyLookup()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4072 TypoRecoveryCallback TRC, SourceLocation TypoLoc);
4537 TypoCorrection FailedCorrection(IdentifierInfo *Typo, SourceLocation TypoLoc,
4540 TypoCorrectionFailures[Typo].insert(TypoLoc);