Searched refs:makeTypoCorrectionConsumer (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 4466 std::unique_ptr<TypoCorrectionConsumer> Sema::makeTypoCorrectionConsumer( in makeTypoCorrectionConsumer() function in Sema 4663 auto Consumer = makeTypoCorrectionConsumer( in CorrectTypo() 4782 auto Consumer = makeTypoCorrectionConsumer( in CorrectTypoDelayed()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLookup.cpp | 4781 std::unique_ptr<TypoCorrectionConsumer> Sema::makeTypoCorrectionConsumer( in makeTypoCorrectionConsumer() function in Sema 4981 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC, in CorrectTypo() 5097 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC, in CorrectTypoDelayed()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2824 makeTypoCorrectionConsumer(const DeclarationNameInfo &Typo,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3927 makeTypoCorrectionConsumer(const DeclarationNameInfo &Typo,
|