Home
last modified time | relevance | path

Searched defs:Typo (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/test/Index/Inputs/
H A Dpreamble-with-implicit-import-B.h3 typedef struct { char x; } Typo; typedef
/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h287 : Typo(Typo), TypoNNS(TypoNNS) {} in Typo() function
348 const IdentifierInfo *Typo; variable
356 : CorrectionCandidateCallback(Typo, TypoNNS) {} in CorrectionCandidateCallback() argument
370 : CorrectionCandidateCallback(Typo, TypoNNS) {} in CorrectionCandidateCallback() argument
H A DExternalSemaSource.h210 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo() argument
H A DSemaInternal.h292 IdentifierInfo *Typo; variable
/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/
H A Dp4.cpp566 struct Typo { struct
569 void not_instantiated(Typo a) { in not_instantiated() argument
/llvm-project/clang/lib/AST/
H A DCommentSema.cpp991 : BestDecl(nullptr), Typo(Typo), MaxEditDistance((Typo.size() + 2) / 3), in SimpleTypoCorrector() argument
983 StringRef Typo; global() member in clang::comments::__anond1f2905d0211::SimpleTypoCorrector
1033 correctTypoInParmVarReference(StringRef Typo,ArrayRef<const ParmVarDecl * > ParamVars) correctTypoInParmVarReference() argument
1098 correctTypoInTParamReference(StringRef Typo,const TemplateParameterList * TemplateParameters) correctTypoInTParamReference() argument
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DIncludeFixer.cpp467 collectAccessibleScopes(Sema &Sem, const DeclarationNameInfo &Typo, Scope *S, in collectAccessibleScopes()
501 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()
/llvm-project/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp107 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()
149 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()
/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
H A DIncludeFixerTest.cpp118 TEST(IncludeFixer, Typo) { in TEST() argument
/llvm-project/clang/unittests/Frontend/
H A DFrontendActionTest.cpp203 CorrectTypo(const DeclarationNameInfo & Typo,int LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT) CorrectTypo() argument
/llvm-project/clang-tools-extra/clang-include-fixer/
H A DIncludeFixer.cpp186 CorrectTypo(const DeclarationNameInfo & Typo,int LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT) CorrectTypo() argument
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dfunctional-cast.cpp317 typedef itn Typo; // expected-error {{unknown type name 'itn'}} in crash_on_invalid_1() typedef
/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp321 CorrectTypo(const DeclarationNameInfo & Typo,int LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT) CorrectTypo() argument
H A DSemaLookup.cpp5135 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); makeTypoCorrectionConsumer() local
5285 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); CorrectTypo() local
5384 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); CorrectTypoDelayed() local
[all...]
H A DSemaExprMember.cpp729 DeclarationName Typo = R.getLookupName(); LookupMemberExprInRecord() local
H A DSema.cpp1155 for (const auto &Typo : DelayedTypos) { ActOnEndOfTranslationUnitFragment() local
H A DSemaDeclObjC.cpp3677 Typo.size() / MinPossibleEditDistance < 1) in HelperSelectorsForTypoCorrection() 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
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h552 CorrectTypo(const clang::DeclarationNameInfo & Typo,int LookupKind,clang::Scope * S,clang::CXXScopeSpec * SS,clang::CorrectionCandidateCallback & CCC,clang::DeclContext * MemberContext,bool EnteringContext,const clang::ObjCObjectPointerType * OPT) CorrectTypo() argument
/llvm-project/clang-tools-extra/clangd/unittests/
H A DDiagnosticsTests.cpp1350 TEST(IncludeFixerTest,Typo) TEST() argument