ΒΆllvm::Optional<bool> isUncountedPtr(
    const clang::Type* T)

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

Parameters

const clang::Type* T

Returns

true if \p T is either a raw pointer or reference to an uncounted class, false if not, None if inconclusive.