Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h54 std::optional<bool> isGetterOfRefCounted(const clang::CXXMethodDecl* Method);
H A DASTUtils.cpp37 std::optional<bool> IsGetterOfRefCt = isGetterOfRefCounted(memberCall->getMethodDecl()); in tryToFindPtrOrigin()
H A DPtrTypesSemantics.cpp146 std::optional<bool> isGetterOfRefCounted(const CXXMethodDecl* M) in isGetterOfRefCounted() function