Lines Matching refs:StmBoundsStatus

141     StmBoundsStatus & rBound = aStateMachine.GetCharChain(fTokenCreateFunction, io_rText);  in ReadCharChain()
335 DYN StmBoundsStatus * dpBst_finError in SetupStateMachine()
336 = new StmBoundsStatus( *this, TkpContext::Null_(), nF_fin_Error, true ); in SetupStateMachine()
337 DYN StmBoundsStatus * dpBst_finIgnore in SetupStateMachine()
338 = new StmBoundsStatus( *this, *this, nF_fin_Ignore, true ); in SetupStateMachine()
339 DYN StmBoundsStatus * dpBst_finBezeichner in SetupStateMachine()
340 = new StmBoundsStatus( *this, *this, nF_fin_Bezeichner, true ); in SetupStateMachine()
341 DYN StmBoundsStatus * dpBst_finKeyword in SetupStateMachine()
342 = new StmBoundsStatus( *this, *this, nF_fin_CreateWithoutText, false ); in SetupStateMachine()
343 DYN StmBoundsStatus * dpBst_finPunctuation in SetupStateMachine()
344 = new StmBoundsStatus( *this, *this, nF_fin_CreateWithText, false ); in SetupStateMachine()
345 DYN StmBoundsStatus * dpBst_finBiType in SetupStateMachine()
346 = new StmBoundsStatus( *this, *this, nF_fin_CreateWithText, false ); in SetupStateMachine()
347 DYN StmBoundsStatus * dpBst_finTypeModifier in SetupStateMachine()
348 = new StmBoundsStatus( *this, *this, nF_fin_CreateWithText, false ); in SetupStateMachine()
349 DYN StmBoundsStatus * dpBst_finEOL in SetupStateMachine()
350 = new StmBoundsStatus( *this, *this, nF_fin_EOL, false ); in SetupStateMachine()
351 DYN StmBoundsStatus * dpBst_finEOF in SetupStateMachine()
352 = new StmBoundsStatus( *this, TkpContext::Null_(), nF_fin_EOF, false ); in SetupStateMachine()
354 DYN StmBoundsStatus * dpBst_gotoComment in SetupStateMachine()
355 = new StmBoundsStatus( *this, *pContext_Comment, nF_goto_Comment, false ); in SetupStateMachine()
356 DYN StmBoundsStatus * dpBst_gotoDocu in SetupStateMachine()
357 = new StmBoundsStatus( *this, *pDocuContext, nF_goto_Docu, false ); in SetupStateMachine()
358 DYN StmBoundsStatus * dpBst_gotoPreprocessor in SetupStateMachine()
359 = new StmBoundsStatus( *this, *pContext_Preprocessor, nF_goto_Preprocessor, false ); in SetupStateMachine()
360 DYN StmBoundsStatus * dpBst_gotoConstString in SetupStateMachine()
361 = new StmBoundsStatus( *this, *pContext_ConstString, nF_goto_Const, false ); in SetupStateMachine()
362 DYN StmBoundsStatus * dpBst_gotoConstChar in SetupStateMachine()
363 = new StmBoundsStatus( *this, *pContext_ConstChar, nF_goto_Const, false ); in SetupStateMachine()
364 DYN StmBoundsStatus * dpBst_gotoConstNumeric in SetupStateMachine()
365 = new StmBoundsStatus( *this, *pContext_ConstNumeric, nF_goto_Const, false ); in SetupStateMachine()
366 DYN StmBoundsStatus * dpBst_gotoUnblockMacro in SetupStateMachine()
367 = new StmBoundsStatus( *this, *pContext_UnblockMacro, nF_goto_UnblockMacro, false ); in SetupStateMachine()