Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRetainPtrCtorAdoptChecker.cpp119 bool isAdoptFn(const Decl *FnDecl) const { in isAdoptFn() function in __anon71c0f1610111::RetainPtrCtorAdoptChecker
310 if (isAdoptFn(DeclWithIssue) || safeGetName(DeclWithIssue) == "retainPtr") in visitConstructExpr()
543 if (isAdoptFn(Callee)) in isOwned()