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

References

tools/clang/lib/Basic/Module.cpp
  142   for (const Module *Current = this; Current; Current = Current->Parent) {
  142   for (const Module *Current = this; Current; Current = Current->Parent) {
  142   for (const Module *Current = this; Current; Current = Current->Parent) {
  143     if (Current->ShadowingModule) {
  144       ShadowingModule = Current->ShadowingModule;
  147     for (unsigned I = 0, N = Current->Requirements.size(); I != N; ++I) {
  148       if (hasFeature(Current->Requirements[I].first, LangOpts, Target) !=
  149               Current->Requirements[I].second) {
  150         Req = Current->Requirements[I];
  154     if (!Current->MissingHeaders.empty()) {
  155       MissingHeader = Current->MissingHeaders.front();