Searched refs:BestDecl (Results 1 – 2 of 2) sorted by relevance
981 const NamedDecl *BestDecl; member in clang::comments::__anonc5cb10bf0211::SimpleTypoCorrector992 : BestDecl(nullptr), Typo(Typo), MaxEditDistance((Typo.size() + 2) / 3), in SimpleTypoCorrector()1001 return BestDecl; in getBestDecl()1026 BestDecl = ND; in addDecl()
7249 Decl *BestDecl = cast<DeclRefExpr>(BestExpr)->getDecl(); in ActOnOpenMPCall() local7265 if (auto *SpecializedMethod = dyn_cast<CXXMethodDecl>(BestDecl)) { in ActOnOpenMPCall()