Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DChromiumCheckModel.cpp20 isCheckLikeMethod(llvm::SmallDenseSet<const CXXMethodDecl *> &CheckDecls, in isCheckLikeMethod() argument
27 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()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/Models/
H A DChromiumCheckModel.h32 llvm::SmallDenseSet<const CXXMethodDecl *> CheckDecls;