Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/ !
H A DTypoCorrection.h147 return hasCorrectionDecl() ? *(CorrectionDecls.begin()) : nullptr; in getFoundDecl()
261 bool hasCorrectionDecl() const { in hasCorrectionDecl() function