Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h53 llvm::Optional<bool> isGetterOfRefCounted(const clang::CXXMethodDecl *Method);
H A DASTUtils.cpp38 isGetterOfRefCounted(memberCall->getMethodDecl()); in tryToFindPtrOrigin()
H A DPtrTypesSemantics.cpp138 Optional<bool> isGetterOfRefCounted(const CXXMethodDecl *M) { in isGetterOfRefCounted() function