reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 3367       if (!CheckKind.hasValue())
 3368          CheckKind = getCheckIfTracked(Family, true);
 3373       if (CheckKind.hasValue())
 3374         Out << " (" << CheckNames[*CheckKind].getName() << ")";