Searched refs:BestDecl (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp1047 const NamedDecl *BestDecl; member in class:clang::comments::__anon305::SimpleTypoCorrector
1058 : BestDecl(nullptr), Typo(Typo), MaxEditDistance((Typo.size() + 2) / 3),
1067 return BestDecl;
1092 BestDecl = ND;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp6783 Decl *BestDecl = cast<DeclRefExpr>(BestExpr)->getDecl();
6799 if (auto *SpecializedMethod = dyn_cast<CXXMethodDecl>(BestDecl)) {

Completed in 226 milliseconds