Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTypoCorrection.h257 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