/llvm-project/clang/test/Index/Inputs/ |
H A D | preamble-with-implicit-import-B.h | 3 typedef struct { char x; } Typo; typedef
|
/llvm-project/clang/include/clang/Sema/ |
H A D | TypoCorrection.h | 287 : 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 D | ExternalSemaSource.h | 210 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo() argument
|
H A D | SemaInternal.h | 292 IdentifierInfo *Typo; variable
|
/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/ |
H A D | p4.cpp | 566 struct Typo { struct 569 void not_instantiated(Typo a) { in not_instantiated() argument
|
/llvm-project/clang/lib/AST/ |
H A D | CommentSema.cpp | 991 : 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 D | IncludeFixer.cpp | 467 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 D | ExternalSemaSourceTest.cpp | 107 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 D | IncludeFixerTest.cpp | 118 TEST(IncludeFixer, Typo) { in TEST() argument
|
/llvm-project/clang/unittests/Frontend/ |
H A D | FrontendActionTest.cpp | 203 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 D | IncludeFixer.cpp | 186 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 D | functional-cast.cpp | 317 typedef itn Typo; // expected-error {{unknown type name 'itn'}} in crash_on_invalid_1() typedef
|
/llvm-project/clang/lib/Sema/ |
H A D | MultiplexExternalSemaSource.cpp | 321 CorrectTypo(const DeclarationNameInfo & Typo,int LookupKind,Scope * S,CXXScopeSpec * SS,CorrectionCandidateCallback & CCC,DeclContext * MemberContext,bool EnteringContext,const ObjCObjectPointerType * OPT) CorrectTypo() argument
|
H A D | SemaLookup.cpp | 5135 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 D | SemaExprMember.cpp | 729 DeclarationName Typo = R.getLookupName(); LookupMemberExprInRecord() local
|
H A D | Sema.cpp | 1155 for (const auto &Typo : DelayedTypos) { ActOnEndOfTranslationUnitFragment() local
|
H A D | SemaDeclObjC.cpp | 3677 Typo.size() / MinPossibleEditDistance < 1) in HelperSelectorsForTypoCorrection() 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/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTUtils.h | 552 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 D | DiagnosticsTests.cpp | 1350 TEST(IncludeFixerTest,Typo) TEST() argument
|