Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DTypoCorrection.h222 CorrectionRange = TypoName.getSourceRange(); in setCorrectionRange()
224 CorrectionRange.setBegin(SS->getBeginLoc()); in setCorrectionRange()
228 return CorrectionRange; in getCorrectionRange()
273 SourceRange CorrectionRange; variable