Searched refs:cLine (Results 1 – 2 of 2) sorted by relevance
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()