Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h149 std::optional<bool> isGetterOfSafePtr(const clang::CXXMethodDecl *Method);
H A DASTUtils.cpp96 std::optional<bool> IsGetterOfRefCt = isGetterOfSafePtr(decl); in tryToFindPtrOrigin()
H A DPtrTypesSemantics.cpp371 std::optional<bool> isGetterOfSafePtr(const CXXMethodDecl *M) { in isGetterOfSafePtr() function
718 std::optional<bool> IsGetterOfRefCounted = isGetterOfSafePtr(Callee); in VisitCXXMemberCallExpr()