Searched refs:inTopFrame (Results 1 – 10 of 10) sorted by relevance
147 bool inTopFrame() const { return getLocationContext()->inTopFrame(); } in inTopFrame() function
263 virtual bool inTopFrame() const;303 bool inTopFrame() const override { return getParent() == nullptr; } in inTopFrame() function
66 if (!LC->inTopFrame()) in checkEndAnalysis()
607 assert(!LCtx->inTopFrame() || State->get<UnreleasedIvarMap>().isEmpty()); in diagnoseMissingReleases()
608 C.getLocationContext()->inTopFrame()) { in checkPreStmt()
1237 if (!C.inTopFrame() && M.getDecl() && in checkPostObjCMessage()
3433 if (!C.inTopFrame()) in checkPreStmt()
456 bool LocationContext::inTopFrame() const { in inTopFrame() function in LocationContext457 return getCurrentStackFrame()->inTopFrame(); in inTopFrame()
1078 while (!LC->inTopFrame() && in getCXXThisRegion()
1783 if (Pred->getLocationContext()->inTopFrame()) { in processEndOfFunction()