Home
last modified time | relevance | path

Searched refs:getCorrectionIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSimpleTypoCorrection.h44 unsigned getCorrectionIndex() const;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSimpleTypoCorrection.cpp53 unsigned SimpleTypoCorrection::getCorrectionIndex() const { return BestIndex; } in getCorrectionIndex() function in SimpleTypoCorrection
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp994 return STC.getCorrectionIndex(); in correctTypoInParmVarReference()