Searched defs:isSafePtrType (Results 1 – 3 of 3) sorted by relevance
400 bool isSafePtrType(const QualType type) const final { in isSafePtrType() function in __anon4bbed29c0111::UncountedLocalVarsChecker417 bool isSafePtrType(const QualType type) const final { in isSafePtrType() function in __anon4bbed29c0111::UncheckedLocalVarsChecker439 bool isSafePtrType(const QualType type) const final { in isSafePtrType() function in __anon4bbed29c0111::UnretainedLocalVarsChecker
417 bool isSafePtrType(const QualType type) const final { in isSafePtrType() function in __anon77df98de0111::UncountedCallArgsChecker442 bool isSafePtrType(const QualType type) const final { in isSafePtrType() function in __anon77df98de0111::UncheckedCallArgsChecker473 bool isSafePtrType(const QualType type) const final { in isSafePtrType() function in __anon77df98de0111::UnretainedCallArgsChecker
28 std::function<bool(const clang::QualType)> isSafePtrType, in tryToFindPtrOrigin()