Home
last modified time | relevance | path

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

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