reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/PPDirectives.cpp
 1956     Action = IncludeLimitReached;
 1961   if (Action == Enter && HasReachedMaxIncludeDepth && File &&
 1963     Action = IncludeLimitReached;
 1968   if (Action == Enter && File && SuggestedModule && getLangOpts().Modules &&
 2008       Action = Import;
 2052   if (Action == Enter && File &&
 2063     Action = (SuggestedModule && !getLangOpts().CompilingPCH) ? Import : Skip;
 2072         Action == Import ? SuggestedModule.getModule() : nullptr,
 2074     if (Action == Skip && File)
 2124   switch (Action) {