Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ExitLoc

353   SourceLocation ExitLoc;       // Location of last statement in block.
360 return Side == CBS_Entry ? EntryLoc : ExitLoc;
835 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart();
841 CurrBlockInfo->ExitLoc = CS->getStmt()->getLocStart();
847 if (!CurrBlockInfo->ExitLoc.isInvalid()) {
862 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc =
863 BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc;