Home
last modified time | relevance | path

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

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