Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp1063 const NamedDecl *getBestDecl() const { in getBestDecl() function in clang::comments::__anon759a9bde0211::SimpleTypoCorrector
1071 assert(getBestDecl()); in getBestDeclIndex()
1104 if (Corrector.getBestDecl()) in correctTypoInParmVarReference()
1168 if (const NamedDecl *ND = Corrector.getBestDecl()) { in correctTypoInTParamReference()