Searched refs:isGetterOfRefCounted (Results 1 – 3 of 3) sorted by relevance
54 std::optional<bool> isGetterOfRefCounted(const clang::CXXMethodDecl* Method);
37 std::optional<bool> IsGetterOfRefCt = isGetterOfRefCounted(memberCall->getMethodDecl()); in tryToFindPtrOrigin()
146 std::optional<bool> isGetterOfRefCounted(const CXXMethodDecl* M) in isGetterOfRefCounted() function