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