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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2592   std::tie(AllocNode, Region) = getAllocationSite(N, Sym, C);
 2602   if (Region && Region->canPrintPretty()) {
 2602   if (Region && Region->canPrintPretty()) {
 2604     Region->printPretty(os);