Home
last modified time | relevance | path

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

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