Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTypoCorrection.h251 NestedNameSpecifier *TypoNNS = nullptr)
256 TypoNNS(TypoNNS) {} in WantTypeSpecifiers()
285 void setTypoNNS(NestedNameSpecifier *NNS) { TypoNNS = NNS; } in setTypoNNS()
307 candidate.getCorrectionSpecifier() == TypoNNS; in MatchesTypo()
311 NestedNameSpecifier *TypoNNS; variable