Searched defs:Typo (Results 1 – 12 of 12) sorted by relevance
/external/clang/test/Index/Inputs/ |
D | preamble-with-implicit-import-B.h | 3 typedef struct { char x; } Typo; typedef
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 953 StringRef Typo; member in clang::comments::__anon5185a10c0211::SimpleTypoCorrector 962 SimpleTypoCorrector(StringRef Typo) : in SimpleTypoCorrector() 1006 StringRef Typo, in correctTypoInParmVarReference() 1071 StringRef Typo, in correctTypoInTParamReference()
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 108 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo() 150 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()
|
/external/clang/include/clang/Sema/ |
D | ExternalSemaSource.h | 202 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo()
|
D | TypoCorrection.h | 316 IdentifierInfo *Typo; variable
|
D | SemaInternal.h | 309 IdentifierInfo *Typo; variable
|
/external/clang/test/SemaCXX/ |
D | functional-cast.cpp | 317 typedef itn Typo; // expected-error {{unknown type name 'itn'}} in crash_on_invalid_1() typedef
|
/external/clang/lib/Sema/ |
D | MultiplexExternalSemaSource.cpp | 294 const DeclarationNameInfo &Typo, in CorrectTypo()
|
D | SemaLookup.cpp | 4485 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() local 4662 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() local 4802 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypoDelayed() local
|
D | SemaExprMember.cpp | 664 DeclarationName Typo = R.getLookupName(); in LookupMemberExprInRecord() local
|
D | SemaDeclObjC.cpp | 3551 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection()
|
D | SemaExpr.cpp | 1825 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic()
|