Lines Matching refs:iCursor

106 		int iCursor = theCompilerEnvironment.newCursor();  in compileCpp()  local
107 …CW_BODY_INDENT << "int _compilerClauseLocation_" << iCursor << " = CGRuntime::getInputLocation();"; in compileCpp()
109 …CW_BODY_INDENT << "int _compilerClauseImplicitCopy_" << iCursor << " = theEnvironment.skipEmptyCha… in compileCpp()
111 CW_BODY_INDENT << "int _compilerClauseChar_" << iCursor << " = CGRuntime::readCharAsInt();"; in compileCpp()
113 CW_BODY_INDENT << "if (_compilerClauseChar_" << iCursor << " < 0) {"; in compileCpp()
122 CW_BODY_INDENT << "\tCGRuntime::setInputLocation(_compilerClauseLocation_" << iCursor << ");"; in compileCpp()
124 …compilerClauseImplicitCopy_" << iCursor << " >= 0) CGRuntime::resizeOutputStream(_compilerClauseIm… in compileCpp()
134 CW_BODY_INDENT << "\tswitch(_compilerClauseChar_" << iCursor << ") {"; in compileCpp()
159 compileCppAssignment(theCompilerEnvironment, iCursor); in compileCpp()
172 CW_BODY_INDENT << "\tCGRuntime::setInputLocation(_compilerClauseLocation_" << iCursor << ");"; in compileCpp()
174 …compilerClauseImplicitCopy_" << iCursor << " >= 0) CGRuntime::resizeOutputStream(_compilerClauseIm… in compileCpp()
180 CW_BODY_STREAM << "if (_compilerClauseImplicitCopy_" << iCursor << " >= 0) {"; in compileCpp()
182 …CW_BODY_INDENT << "\tunsigned char cChar = (unsigned char) _compilerClauseChar_" << iCursor << ";"; in compileCpp()
193 …void BNFReadChar::compileCppAssignment(CppCompilerEnvironment& theCompilerEnvironment, int iCursor in compileCppAssignment()
196 CW_BODY_INDENT << "\ttcText[0] = (char) _compilerClauseChar_" << iCursor << ";"; in compileCppAssignment()