Searched refs:isSafePtr (Results 1 – 4 of 4) sorted by relevance
21 bool isSafePtr(clang::CXXRecordDecl *Decl) { in isSafePtr() function27 std::function<bool(const clang::CXXRecordDecl *)> isSafePtr, in tryToFindPtrOrigin() argument49 if (auto *Class = C->getParent(); Class && isSafePtr(Class)) in tryToFindPtrOrigin()74 isSafePtr, isSafePtrType, callback) && in tryToFindPtrOrigin()76 isSafePtr, isSafePtrType, callback); in tryToFindPtrOrigin()
180 virtual bool isSafePtr(const CXXRecordDecl *) const = 0;288 return isSafePtr(Record); in visitVarDecl()323 (isSafePtr(MaybeGuardianArgCXXRecord) || in visitVarDecl()397 bool isSafePtr(const CXXRecordDecl *Record) const final { in isSafePtr() function in __anon4bbed29c0111::UncountedLocalVarsChecker414 bool isSafePtr(const CXXRecordDecl *Record) const final { in isSafePtr() function in __anon4bbed29c0111::UncheckedLocalVarsChecker436 bool isSafePtr(const CXXRecordDecl *Record) const final { in isSafePtr() function in __anon4bbed29c0111::UnretainedLocalVarsChecker
46 virtual bool isSafePtr(const CXXRecordDecl *Record) const = 0;215 [&](const clang::CXXRecordDecl *Record) { return isSafePtr(Record); }, in isPtrOriginSafe()265 if (isSafePtr(classDecl)) in shouldSkipCall()413 bool isSafePtr(const CXXRecordDecl *Record) const final { in isSafePtr() function in __anon77df98de0111::UncountedCallArgsChecker438 bool isSafePtr(const CXXRecordDecl *Record) const final { in isSafePtr() function in __anon77df98de0111::UncheckedCallArgsChecker469 bool isSafePtr(const CXXRecordDecl *Record) const final { in isSafePtr() function in __anon77df98de0111::UnretainedCallArgsChecker
57 std::function<bool(const clang::CXXRecordDecl *)> isSafePtr,