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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2086 const LocationContext *InitMethodContext = 0; local
2117 if (!InitMethodContext)
2125 InitMethodContext = CEP->getCalleeContext();
2136 if (InitMethodContext) {
2141 InterestingMethodContext = InitMethodContext;

Completed in 99 milliseconds