Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ExitLoc

307   SourceLocation ExitLoc;       // Location of last statement in block.
315 return Side == CBS_Entry ? EntryLoc : ExitLoc;
778 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart();
784 CurrBlockInfo->ExitLoc = CS->getStmt()->getLocStart();
790 if (!CurrBlockInfo->ExitLoc.isInvalid()) {
805 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc =
806 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc;
2281 PrevBlockInfo->ExitLoc,
2366 Final->ExitLoc,