Searched defs:TypoLoc (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaExprMember.cpp | 730 SourceLocation TypoLoc = R.getNameLoc(); LookupMemberExprInRecord() local |
H A D | SemaLookup.cpp | 5719 createDelayedTypo(std::unique_ptr<TypoCorrectionConsumer> TCC,TypoDiagnosticGenerator TDG,TypoRecoveryCallback TRC,SourceLocation TypoLoc) createDelayedTypo() argument |
H A D | SemaExpr.cpp | 2336 emitEmptyLookupTypoDiagnostic(const TypoCorrection & TC,Sema & SemaRef,const CXXScopeSpec & SS,DeclarationName Typo,SourceLocation TypoLoc,ArrayRef<Expr * > Args,unsigned DiagnosticID,unsigned DiagnosticSuggestID) emitEmptyLookupTypoDiagnostic() argument |
/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 6750 SourceLocation TypoLoc; global() variable |