Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Statement

308   SourceLocation EntryLoc;      // Location of first statement in block
309 SourceLocation ExitLoc; // Location of last statement in block.
342 // then query the map to find the appropriate Context for a statement, and use
739 case CFGElement::Statement: {
777 // Find the source location of the last statement in the block, if the
793 // This block contains at least one statement. Find the source location
794 // of the first statement in the block.
2234 // If the previous block ended in a 'continue' or 'break' statement, then
2273 // purposes. FIXME: A 'break' statement might be a loop terminator, but
2299 case CFGElement::Statement: {