Home | History | Annotate | Download | only in Lex

Lines Matching refs:Result

717 bool Preprocessor::LexOnOffSwitch(tok::OnOffSwitch &Result) {
727 Result = tok::OOS_ON;
729 Result = tok::OOS_OFF;
731 Result = tok::OOS_DEFAULT;