Home
last modified time | relevance | path

Searched defs:AllocationInfo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp660 struct AllocationInfo { struct
661 const ExplodedNode* N;
662 const MemRegion *R;
663 const LocationContext *InterestingMethodContext;
664 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument