Searched refs:semiColon (Results 1 – 1 of 1) sorted by relevance
407 char* semiColon = strchr(m_text, ';'); in ParseLine() local408 if (semiColon != NULL && semiColon < openBrace) in ParseLine()421 if (semiColon != NULL) { // a function declaration in ParseLine()433 } else if (semiColon != NULL) { in ParseLine()