Searched defs:InterestingMethodContext (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2134 const LocationContext *InterestingMethodContext; member in struct:AllocationInfo
2138 N(InN), R(InR), InterestingMethodContext(InInterestingMethodContext) {}
2200 const LocationContext *InterestingMethodContext = nullptr; local
2206 InterestingMethodContext = InitMethodContext;
2218 InterestingMethodContext);
2245 BR.markInteresting(AllocI.InterestingMethodContext);
2339 markInteresting(AllocI.InterestingMethodContext);

Completed in 328 milliseconds