Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h61 bool isReturnValueRefCounted(const clang::FunctionDecl *F);
H A DASTUtils.cpp91 if (isReturnValueRefCounted(callee)) in tryToFindPtrOrigin()
H A DPtrTypesSemantics.cpp126 bool isReturnValueRefCounted(const clang::FunctionDecl *F) { in isReturnValueRefCounted() function