ΒΆllvm::Optional<bool> isGetterOfRefCounted(
const clang::CXXMethodDecl* Method)
llvm::Optional<bool> isGetterOfRefCounted(
const clang::CXXMethodDecl* Method)
Declared at: clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.h:53
Parameters
- const clang::CXXMethodDecl* Method
Returns
true if \p M is getter of a ref-counted class, false if not.