Searched refs:isGetterOfRefCounted (Results 1 – 3 of 3) sorted by relevance
64 std::optional<bool> isGetterOfRefCounted(const clang::CXXMethodDecl* Method);
64 std::optional<bool> IsGetterOfRefCt = isGetterOfRefCounted(decl); in tryToFindPtrOrigin()
171 std::optional<bool> isGetterOfRefCounted(const CXXMethodDecl* M) in isGetterOfRefCounted() function438 std::optional<bool> IsGetterOfRefCounted = isGetterOfRefCounted(Callee); in VisitCXXMemberCallExpr()