Home | History | Annotate | Download | only in src

Lines Matching refs:STATEMENT_POSITION

311   // statement_position). The "position" is collected at places in the source
350 STATEMENT_POSITION, // See comment for kNoPosition above.
425 return mode == POSITION || mode == STATEMENT_POSITION;
428 return mode == STATEMENT_POSITION;
588 static const int kPositionMask = 1 << POSITION | 1 << STATEMENT_POSITION;