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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h286 NestedNameSpecifier *TypoNNS = nullptr)
287 : Typo(Typo), TypoNNS(TypoNNS) {}
323 void setTypoNNS(NestedNameSpecifier *NNS) { TypoNNS = NNS; }
345 candidate.getCorrectionSpecifier() == TypoNNS;
349 NestedNameSpecifier *TypoNNS; member in class:clang::CorrectionCandidateCallback
355 NestedNameSpecifier *TypoNNS = nullptr)
356 : CorrectionCandidateCallback(Typo, TypoNNS) {}

Completed in 85 milliseconds