Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDTypoCorrection.h286 NestedNameSpecifier *TypoNNS = nullptr)
287 : Typo(Typo), TypoNNS(TypoNNS) {} in Typo()
323 void setTypoNNS(NestedNameSpecifier *NNS) { TypoNNS = NNS; } in setTypoNNS()
345 candidate.getCorrectionSpecifier() == TypoNNS; in MatchesTypo()
349 NestedNameSpecifier *TypoNNS; variable
355 NestedNameSpecifier *TypoNNS = nullptr)
356 : CorrectionCandidateCallback(Typo, TypoNNS) {} in CorrectionCandidateCallback() argument
369 NestedNameSpecifier *TypoNNS = nullptr)
370 : CorrectionCandidateCallback(Typo, TypoNNS) {} in CorrectionCandidateCallback() argument