Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRetainPtrCtorAdoptChecker.cpp32 mutable llvm::DenseSet<const ValueDecl *> CreateOrCopyOutArguments; member in __anon71c0f1610111::RetainPtrCtorAdoptChecker
186 if (CreateOrCopyOutArguments.contains(DRE->getDecl())) in checkAdoptCall()
255 CreateOrCopyOutArguments.insert(Decl); in checkCreateOrCopyFunction()
260 CreateOrCopyOutArguments.insert(Decl); in checkCreateOrCopyFunction()