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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/AllocationState.h
   26 std::unique_ptr<BugReporterVisitor> getInnerPointerBRVisitor(SymbolRef Sym);

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2264       R->addVisitor(allocation_state::getInnerPointerBRVisitor(Sym));