Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DCommentSema.cpp982 const NamedDecl *BestDecl; member in clang::comments::__anon5983895a0211::SimpleTypoCorrector
993 : BestDecl(nullptr), Typo(Typo), MaxEditDistance((Typo.size() + 2) / 3), in SimpleTypoCorrector()
1002 return BestDecl; in getBestDecl()
1027 BestDecl = ND; in addDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp7225 Decl *BestDecl = cast<DeclRefExpr>(BestExpr)->getDecl(); in ActOnOpenMPCall() local
7241 if (auto *SpecializedMethod = dyn_cast<CXXMethodDecl>(BestDecl)) { in ActOnOpenMPCall()