Home
last modified time | relevance | path

Searched refs:addCorrection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h117 void addCorrection(TypoCorrection Correction);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4611 addCorrection(TC); in addName()
4616 void TypoCorrectionConsumer::addCorrection(TypoCorrection Correction) { in addCorrection() function in TypoCorrectionConsumer
4849 addCorrection(TC); in performQualifiedLookups()
5509 Consumer->addCorrection(ExternalTypo); in CorrectTypoDelayed()