Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp981 const NamedDecl *BestDecl; member in clang::comments::__anonc5cb10bf0211::SimpleTypoCorrector
992 : BestDecl(nullptr), Typo(Typo), MaxEditDistance((Typo.size() + 2) / 3), in SimpleTypoCorrector()
1001 return BestDecl; in getBestDecl()
1026 BestDecl = ND; in addDecl()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7249 Decl *BestDecl = cast<DeclRefExpr>(BestExpr)->getDecl(); in ActOnOpenMPCall() local
7265 if (auto *SpecializedMethod = dyn_cast<CXXMethodDecl>(BestDecl)) { in ActOnOpenMPCall()