Home | History | Annotate | Download | only in Lex

Lines Matching refs:Endif

196 /// file.  Lex the rest of the file, until we see an #endif.  If
319 if (Sub == "ndif") { // "endif"
320 CheckEndOfDirective("endif");
330 Callbacks->Endif(Tok.getLocation(), CondInfo.IfLoc);
397 // Finally, if we are out of the conditional (saw an #endif or ran off the end
414 // Skip to the next '#else', '#elif', or #endif.
416 // We have reached an #endif. Both the '#' and 'endif' tokens
1900 // Skip code until we get to #endif. This helps with recovery by not
1901 // emitting an error when the #endif is reached.
1987 /// HandleEndifDirective - Implements the #endif directive.
1993 CheckEndOfDirective("endif");
1997 // No conditionals on the stack: this is an #endif without an #if.
2002 // If this the end of a top-level #endif, inform MIOpt.
2010 Callbacks->Endif(EndifToken.getLocation(), CondInfo.IfLoc);