Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Normal

45                                       bool &Normal, bool Bold) {
53 if (Normal)
60 Normal = !Normal;
565 // This is a normal word. Just find the first space character.
754 bool Normal = true;
755 applyTemplateHighlighting(OS, Message, Normal, Bold);
756 assert(Normal && "Formatting should have returned to normal");