Searched refs:TypoNNS (Results 1 – 2 of 2) sorted by relevance
286 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; variable355 NestedNameSpecifier *TypoNNS = nullptr)356 : CorrectionCandidateCallback(Typo, TypoNNS) {} in CorrectionCandidateCallback() argument
257 NestedNameSpecifier *TypoNNS = nullptr)262 TypoNNS(TypoNNS) {} in WantTypeSpecifiers()291 void setTypoNNS(NestedNameSpecifier *NNS) { TypoNNS = NNS; } in setTypoNNS()313 candidate.getCorrectionSpecifier() == TypoNNS; in MatchesTypo()317 NestedNameSpecifier *TypoNNS; variable