Lines Matching defs:getCheckIfTracked
710 std::optional<CheckKind> getCheckIfTracked(AllocationFamily Family,
713 std::optional<CheckKind> getCheckIfTracked(CheckerContext &C, SymbolRef Sym,
2120 MallocChecker::getCheckIfTracked(AllocationFamily Family,
2155 MallocChecker::getCheckIfTracked(CheckerContext &C, SymbolRef Sym,
2162 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck);
2264 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family);
2397 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family);
2454 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym);
2493 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym);
2523 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym);
2550 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym);
2583 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family);
2795 getCheckIfTracked(Family, true);
3633 getCheckIfTracked(Family);
3635 CheckKind = getCheckIfTracked(Family, true);