Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCommentSema.cpp956 const NamedDecl *BestDecl; member in clang::comments::__anon5185a10c0211::SimpleTypoCorrector
964 BestDecl(nullptr), BestEditDistance(MaxEditDistance + 1), in SimpleTypoCorrector()
974 return BestDecl; in getBestDecl()
999 BestDecl = ND; in addDecl()
/external/llvm-project/clang/lib/AST/
DCommentSema.cpp1047 const NamedDecl *BestDecl; member in clang::comments::__anon216bdd1a0211::SimpleTypoCorrector
1058 : BestDecl(nullptr), Typo(Typo), MaxEditDistance((Typo.size() + 2) / 3), in SimpleTypoCorrector()
1067 return BestDecl; in getBestDecl()
1092 BestDecl = ND; in addDecl()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp6049 Decl *BestDecl = cast<DeclRefExpr>(BestExpr)->getDecl(); in ActOnOpenMPCall() local
6065 if (auto *SpecializedMethod = dyn_cast<CXXMethodDecl>(BestDecl)) { in ActOnOpenMPCall()