Searched refs:CheckDecls (Results 1 – 2 of 2) sorted by relevance
20 isCheckLikeMethod(llvm::SmallDenseSet<const CXXMethodDecl *> &CheckDecls, in isCheckLikeMethod() argument27 if (CheckDecls.empty()) { in isCheckLikeMethod()48 CheckDecls.insert(M); in isCheckLikeMethod()51 return CheckDecls.contains(&D); in isCheckLikeMethod()62 if (isCheckLikeMethod(CheckDecls, *M)) { in transfer()
32 llvm::SmallDenseSet<const CXXMethodDecl *> CheckDecls;