Searched refs:inTopFrame (Results 1 – 8 of 8) sorted by relevance
147 bool inTopFrame() const { return getLocationContext()->inTopFrame(); } in inTopFrame() function
259 virtual bool inTopFrame() const;299 bool inTopFrame() const override { return getParent() == nullptr; } in inTopFrame() function
70 if (!LC->inTopFrame()) in checkEndAnalysis()
1246 if (!C.inTopFrame() && M.getDecl() && in checkPostObjCMessage()
3440 if (!C.inTopFrame()) in checkPreStmt()
431 bool LocationContext::inTopFrame() const { in inTopFrame() function in LocationContext432 return getCurrentStackFrame()->inTopFrame(); in inTopFrame()
1024 while (!LC->inTopFrame() && in getCXXThisRegion()
1759 if (Pred->getLocationContext()->inTopFrame()) { in processEndOfFunction()