Searched refs:InitMethodContext (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2151 const LocationContext *InitMethodContext = nullptr; local
2182 if (!InitMethodContext)
2190 InitMethodContext = CEP->getCalleeContext();
2201 if (InitMethodContext) {
2206 InterestingMethodContext = InitMethodContext;

Completed in 100 milliseconds