Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h64 std::optional<bool> isGetterOfRefCounted(const clang::CXXMethodDecl* Method);
H A DASTUtils.cpp64 std::optional<bool> IsGetterOfRefCt = isGetterOfRefCounted(decl); in tryToFindPtrOrigin()
H A DPtrTypesSemantics.cpp171 std::optional<bool> isGetterOfRefCounted(const CXXMethodDecl* M) in isGetterOfRefCounted() function
438 std::optional<bool> IsGetterOfRefCounted = isGetterOfRefCounted(Callee); in VisitCXXMemberCallExpr()