Searched refs:makeTypoCorrectionConsumer (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 5117 std::unique_ptr<TypoCorrectionConsumer> Sema::makeTypoCorrectionConsumer( in makeTypoCorrectionConsumer() function in Sema 5286 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC, in CorrectTypo() 5364 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC, in CorrectTypoDelayed()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 9538 std::unique_ptr<TypoCorrectionConsumer> makeTypoCorrectionConsumer(
|