Lines Matching defs:Skip
429 while (Tmp.is(tok::comment)) // Skip comments in -C mode.
805 // Skip code until we get to #endif. This helps with recovery by
1875 // Skip the brackets.
2305 // Should we enter the source file? Set to Skip if either the source file is
2320 enum { Enter, Import, Skip, IncludeLimitReached } Action = Enter;
2458 Action = TrackGMFState.inGMF() ? Import : Skip;
2460 Action = (ModuleToImport && !getLangOpts().CompilingPCH) ? Import : Skip;
2482 if (Action == Skip && File)
2506 // Skip UNC prefix if present. (tryGetRealPathName() always
2594 case Skip:
3361 // Skip code until we get to #endif. This helps with recovery by not