Searched refs:BestDecl (Results 1 – 2 of 2) sorted by relevance
1047 const NamedDecl *BestDecl; member in clang::comments::__anon8b1d4a750211::SimpleTypoCorrector1058 : BestDecl(nullptr), Typo(Typo), MaxEditDistance((Typo.size() + 2) / 3), in SimpleTypoCorrector()1067 return BestDecl; in getBestDecl()1092 BestDecl = ND; in addDecl()
6783 Decl *BestDecl = cast<DeclRefExpr>(BestExpr)->getDecl(); in ActOnOpenMPCall() local6799 if (auto *SpecializedMethod = dyn_cast<CXXMethodDecl>(BestDecl)) { in ActOnOpenMPCall()