Home | History | Annotate | Download | only in src

Lines Matching refs:STATEMENT_POSITION

358   // statement_position). The "position" is collected at places in the source
398 STATEMENT_POSITION, // See comment for kNoPosition above.
485 return mode == POSITION || mode == STATEMENT_POSITION;
488 return mode == STATEMENT_POSITION;
670 static const int kPositionMask = 1 << POSITION | 1 << STATEMENT_POSITION;