Searched refs:ToIdent (Results 1 – 2 of 2) sorted by relevance
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 121 IdentifierInfo *ToIdent = in CorrectTypo() local 125 Typo.getLoc(), ToIdent, nullptr); in CorrectTypo() 127 TypoCorrection Correction(ToIdent); in CorrectTypo() 163 IdentifierInfo *ToIdent = in CorrectTypo() local 166 Context, DestContext, SourceLocation(), SourceLocation(), ToIdent, in CorrectTypo() 169 TypoCorrection Correction(ToIdent); in CorrectTypo()
|
/external/llvm-project/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 120 IdentifierInfo *ToIdent = in CorrectTypo() local 124 Typo.getLoc(), ToIdent, nullptr); in CorrectTypo() 126 TypoCorrection Correction(ToIdent); in CorrectTypo() 162 IdentifierInfo *ToIdent = in CorrectTypo() local 165 Context, DestContext, SourceLocation(), SourceLocation(), ToIdent, in CorrectTypo() 168 TypoCorrection Correction(ToIdent); in CorrectTypo()
|