Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DExpr.h6281 SourceLocation TypoLoc; variable
6284 TypoExpr(QualType T, SourceLocation TypoLoc) in TypoExpr() argument
6285 : Expr(TypoExprClass, T, VK_LValue, OK_Ordinary), TypoLoc(TypoLoc) { in TypoExpr()
6298 SourceLocation getBeginLoc() const LLVM_READONLY { return TypoLoc; } in getBeginLoc()
6299 SourceLocation getEndLoc() const LLVM_READONLY { return TypoLoc; } in getEndLoc()
/external/clang/lib/Sema/
DSemaExprMember.cpp665 SourceLocation TypoLoc = R.getNameLoc(); in LookupMemberExprInRecord() local
690 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << DC << BaseRange; in LookupMemberExprInRecord()
DSemaExpr.cpp1825 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/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp691 SourceLocation TypoLoc = R.getNameLoc(); in LookupMemberExprInRecord() local
715 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << DC << BaseRange; in LookupMemberExprInRecord()
DSemaLookup.cpp5435 SourceLocation TypoLoc) { in createDelayedTypo() argument
5437 auto TE = new (Context) TypoExpr(Context.DependentTy, TypoLoc); in createDelayedTypo()
DSemaExpr.cpp2106 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic() argument
2114 SemaRef.Diag(TypoLoc, diag::err_no_member) << Typo << Ctx in emitEmptyLookupTypoDiagnostic()
2117 SemaRef.Diag(TypoLoc, DiagnosticID) << Typo; in emitEmptyLookupTypoDiagnostic()
2260 SourceLocation TypoLoc = R.getNameLoc(); in DiagnoseEmptyLookup() local
2266 emitEmptyLookupTypoDiagnostic(TC, *this, SS, Name, TypoLoc, Args, in DiagnoseEmptyLookup()
/external/llvm-project/clang/include/clang/Sema/
DSema.h3911 TypoRecoveryCallback TRC, SourceLocation TypoLoc);
4366 TypoCorrection FailedCorrection(IdentifierInfo *Typo, SourceLocation TypoLoc,
4369 TypoCorrectionFailures[Typo].insert(TypoLoc);
/external/clang/include/clang/Sema/
DSema.h3247 TypoCorrection FailedCorrection(IdentifierInfo *Typo, SourceLocation TypoLoc,
3250 TypoCorrectionFailures[Typo].insert(TypoLoc);