Searched defs:Typo (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | TypoCorrection.h | 287 : Typo(Typo), TypoNNS(TypoNNS) {} in Typo() argument 348 IdentifierInfo *Typo; variable 356 : CorrectionCandidateCallback(Typo, TypoNNS) {} in CorrectionCandidateCallback() argument
|
H A D | ExternalSemaSource.h | 210 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo()
|
H A D | SemaInternal.h | 296 IdentifierInfo *Typo; variable
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | CommentSema.cpp | 984 StringRef Typo; member in clang::comments::__anonae66d1410211::SimpleTypoCorrector 992 explicit SimpleTypoCorrector(StringRef Typo) in SimpleTypoCorrector() 1034 StringRef Typo, in correctTypoInParmVarReference() 1099 StringRef Typo, in correctTypoInTParamReference()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | MultiplexExternalSemaSource.cpp | 321 const DeclarationNameInfo &Typo, in CorrectTypo()
|
H A D | SemaLookup.cpp | 5182 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() local 5363 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() local 5500 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypoDelayed() local
|
H A D | SemaExprMember.cpp | 691 DeclarationName Typo = R.getLookupName(); in LookupMemberExprInRecord() local
|
H A D | Sema.cpp | 1097 for (const auto &Typo : DelayedTypos) { in ActOnEndOfTranslationUnitFragment() local
|
H A D | SemaDeclObjC.cpp | 3675 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection()
|
H A D | SemaExpr.cpp | 2170 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTUtils.h | 546 CorrectTypo(const clang::DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()
|