Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/Models/
H A DChromiumCheckModel.cpp19 bool isCheckLikeMethod(llvm::SmallDenseSet<const CXXMethodDecl *> &CheckDecls, in isCheckLikeMethod() argument
26 if (CheckDecls.empty()) { in isCheckLikeMethod()
47 CheckDecls.insert(M); in isCheckLikeMethod()
50 return CheckDecls.contains(&D); in isCheckLikeMethod()
56 if (isCheckLikeMethod(CheckDecls, *M)) { in transfer()
/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/Models/
H A DChromiumCheckModel.h33 llvm::SmallDenseSet<const CXXMethodDecl *> CheckDecls;