Searched refs:isGetterOfRefCounted (Results 1 – 3 of 3) sorted by relevance
53 llvm::Optional<bool> isGetterOfRefCounted(const clang::CXXMethodDecl *Method);
38 isGetterOfRefCounted(memberCall->getMethodDecl()); in tryToFindPtrOrigin()
138 Optional<bool> isGetterOfRefCounted(const CXXMethodDecl *M) { in isGetterOfRefCounted() function