Searched refs:setCorrectionRange (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/Sema/ |
D | TypoCorrection.h | 206 void setCorrectionRange(CXXScopeSpec *SS, in setCorrectionRange() function
|
/external/llvm-project/clang/include/clang/Sema/ |
D | TypoCorrection.h | 219 void setCorrectionRange(CXXScopeSpec *SS, in setCorrectionRange() function
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/ |
D | IncludeFixer.cpp | 286 Correction.setCorrectionRange(SS, Typo); in CorrectTypo()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 3905 TC.setCorrectionRange(nullptr, Result.getLookupNameInfo()); in addName() 4058 Candidate.setCorrectionRange(SS.get(), Result.getLookupNameInfo()); in resolveCorrection() 4126 TC.setCorrectionRange(SS.get(), Result.getLookupNameInfo()); in performQualifiedLookups() 4706 TC.setCorrectionRange(SS, TypoName); in CorrectTypo() 4725 BestTC.setCorrectionRange(SS, TypoName); in CorrectTypo()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLookup.cpp | 4220 TC.setCorrectionRange(nullptr, Result.getLookupNameInfo()); in addName() 4373 Candidate.setCorrectionRange(SS.get(), Result.getLookupNameInfo()); in resolveCorrection() 4441 TC.setCorrectionRange(SS.get(), Result.getLookupNameInfo()); in performQualifiedLookups() 5024 TC.setCorrectionRange(SS, TypoName); in CorrectTypo() 5043 BestTC.setCorrectionRange(SS, TypoName); in CorrectTypo()
|