Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
60 if (isCheckLikeMethod(CheckDecls, *M)) { in transfer()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/Models/
H A DChromiumCheckModel.h33 llvm::SmallDenseSet<const CXXMethodDecl *> CheckDecls;