Lines Matching defs:getCheckIfTracked
780 std::optional<CheckKind> getCheckIfTracked(AllocationFamily Family,
783 std::optional<CheckKind> getCheckIfTracked(CheckerContext &C, SymbolRef Sym,
2324 MallocChecker::getCheckIfTracked(AllocationFamily Family,
2362 MallocChecker::getCheckIfTracked(CheckerContext &C, SymbolRef Sym,
2369 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck);
2471 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family);
2606 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family);
2663 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym);
2702 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym);
2732 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym);
2759 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym);
2792 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family);
3006 getCheckIfTracked(Family, true);
3881 getCheckIfTracked(Family);
3883 CheckKind = getCheckIfTracked(Family, true);