ΒΆbool isCtorOfRefCounted(
    const clang::FunctionDecl* F)

Declared at: clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.h:50

Parameters

const clang::FunctionDecl* F

Returns

true if \p F creates ref-countable object from uncounted parameter, false if not.