Searched refs:cLine (Results 1 – 3 of 3) sorted by relevance
128 const TextLine& cLine = fLines[cursor.fParagraphIndex]; in getLocation() local130 if (cursor.fTextByteIndex < cLine.fCursorPos.size()) { in getLocation()131 pos = cLine.fCursorPos[cursor.fTextByteIndex]; in getLocation()135 return offset(pos, cLine.fOrigin); in getLocation()
153 cLine = FOUR_CHAR_CODE('clin') variable
4508 int cLine; in TryStatement() local4532 cLine=token.beginLine; cColumn=token.beginColumn; in TryStatement()4554 …catchs = add(catchs, new CatchClause(cLine, cColumn, token.endLine, token.endColumn, exceptModifie… in TryStatement()