Lines Matching refs:ExitLoc
309 SourceLocation ExitLoc; // Location of last statement in block.
317 return Side == CBS_Entry ? EntryLoc : ExitLoc;
780 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart();
786 CurrBlockInfo->ExitLoc = CS->getStmt()->getLocStart();
792 if (CurrBlockInfo->ExitLoc.isValid()) {
807 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc =
808 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc;
2286 PrevBlockInfo->ExitLoc,
2371 Final->ExitLoc,