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