Searched refs:BestDecl (Results 1 – 2 of 2) sorted by relevance
982 const NamedDecl *BestDecl; member in clang::comments::__anonae66d1410211::SimpleTypoCorrector993 : BestDecl(nullptr), Typo(Typo), MaxEditDistance((Typo.size() + 2) / 3), in SimpleTypoCorrector()1002 return BestDecl; in getBestDecl()1027 BestDecl = ND; in addDecl()
7311 Decl *BestDecl = cast<DeclRefExpr>(BestExpr)->getDecl(); in ActOnOpenMPCall() local7327 if (auto *SpecializedMethod = dyn_cast<CXXMethodDecl>(BestDecl)) { in ActOnOpenMPCall()