Searched refs:CheckDecls (Results 1 – 2 of 2) sorted by relevance
19 bool isCheckLikeMethod(llvm::SmallDenseSet<const CXXMethodDecl *> &CheckDecls, in isCheckLikeMethod() argument26 if (CheckDecls.empty()) { in isCheckLikeMethod()47 CheckDecls.insert(M); in isCheckLikeMethod()50 return CheckDecls.contains(&D); in isCheckLikeMethod()60 if (isCheckLikeMethod(CheckDecls, *M)) { in transfer()
33 llvm::SmallDenseSet<const CXXMethodDecl *> CheckDecls;