ΒΆllvm::Optional<const clang::CXXRecordDecl*>
isRefCountable(
    const clang::CXXBaseSpecifier* Base)

Declared at: clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.h:31

Parameters

const clang::CXXBaseSpecifier* Base

Returns

CXXRecordDecl of the base if the type is ref-countable, nullptr if not, None if inconclusive.