reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
460 Flags |= MTRF_Comment; 461 Flags &= ~MTRF_CommaFollows; 554 if (Value.Flags & MatchTableRecord::MTRF_Label) 587 NextI->Flags == MatchTableRecord::MTRF_LineBreakFollows) 591 if (I->Flags & MatchTableRecord::MTRF_Indent) 595 if (I->Flags & MatchTableRecord::MTRF_LineBreakFollows) 598 if (I->Flags & MatchTableRecord::MTRF_Outdent) 612 LineBreakIsNextAfterThis | (Flags & MTRF_LineBreakFollows); 613 if (Flags & (MTRF_JumpTarget | MTRF_CommaFollows)) 616 if (Flags & MTRF_Comment) 620 if (Flags & MTRF_Label) 623 if (Flags & MTRF_Comment && !UseLineComment) 626 if (Flags & MTRF_JumpTarget) { 627 if (Flags & MTRF_Comment) 632 if (Flags & MTRF_CommaFollows) { 634 if (!LineBreakIsNextAfterThis && !(Flags & MTRF_LineBreakFollows)) 638 if (Flags & MTRF_LineBreakFollows)