Lines Matching refs:Endif
279 /// file. Lex the rest of the file, until we see an \#endif. If
402 if (Sub == "ndif") { // "endif"
414 CheckEndOfDirective("endif");
417 Callbacks->Endif(Tok.getLocation(), CondInfo.IfLoc);
488 // Finally, if we are out of the conditional (saw an #endif or ran off the end
505 // Skip to the next '#else', '#elif', or #endif.
507 // We have reached an #endif. Both the '#' and 'endif' tokens
1610 #endif
2392 // Skip code until we get to #endif. This helps with recovery by not
2393 // emitting an error when the #endif is reached.
2482 /// HandleEndifDirective - Implements the \#endif directive.
2488 CheckEndOfDirective("endif");
2492 // No conditionals on the stack: this is an #endif without an #if.
2497 // If this the end of a top-level #endif, inform MIOpt.
2505 Callbacks->Endif(EndifToken.getLocation(), CondInfo.IfLoc);