Lines Matching defs:Enter
450 // Enter raw mode to disable identifier lookup (and thus macro expansion),
576 // skipping conditional, and if #else hasn't already been seen, enter it
587 // entered, enter the #else block now.
629 // If this condition is true, enter it!
1098 // Enter this token stream so that we re-lex the tokens. Make sure to
1964 // Should we enter the source file? Set to Skip if either the source file is
1968 enum { Enter, Import, Skip, IncludeLimitReached } Action = Enter;
1974 // include cycle. Don't enter already processed files again as it can lead to
1976 if (Action == Enter && HasReachedMaxIncludeDepth && File &&
1983 if (Action == Enter && File && SuggestedModule && getLangOpts().Modules &&
2031 // On a configuration mismatch, enter the header textually. We still know
2056 // If this is a '#import' or an import-declaration, don't re-enter the file.
2065 // Ask HeaderInfo if we should enter this #include file. If not, #including
2067 if (Action == Enter && File &&
2086 if (Action == Enter && File && PreambleConditionalStack.isRecording() &&
2214 // If we don't need to enter the file, stop now.
2220 // If we reached our include limit and don't want to enter any more files,
2238 case Enter:
2261 // If all is good, enter the new file!
2282 // that PCH, which means we should enter the submodule. We need to teach