Home
last modified time | relevance | path

Searched defs:TypoLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp730 SourceLocation TypoLoc = R.getNameLoc(); LookupMemberExprInRecord() local
H A DSemaLookup.cpp5719 createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,TypoDiagnosticGenerator TDG,TypoRecoveryCallback TRC,SourceLocation TypoLoc) createDelayedTypo() argument
H A DSemaExpr.cpp2336 emitEmptyLookupTypoDiagnostic(const TypoCorrection & TC,Sema & SemaRef,const CXXScopeSpec & SS,DeclarationName Typo,SourceLocation TypoLoc,ArrayRef<Expr * > Args,unsigned DiagnosticID,unsigned DiagnosticSuggestID) emitEmptyLookupTypoDiagnostic() argument
2481 SourceLocation TypoLoc = R.getNameLoc(); DiagnoseEmptyLookup() local
/llvm-project/clang/include/clang/AST/
H A DExpr.h6750 SourceLocation TypoLoc; global() variable
6753 TypoExpr(QualType T,SourceLocation TypoLoc) TypoExpr() argument