reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
// See vfsoverlay.yaml
module ModuleNeedsVFS {
  header "ModuleNeedsVFS.h"
  export *
}
framework module * { }

module ModuleUndef { header "module-undef.h" }

module PreambleWithImplicitImport {
  module A {
    header "preamble-with-implicit-import-A.h"
  }
  module B {
    header "preamble-with-implicit-import-B.h"
    export *
  }
  module C {
    header "preamble-with-implicit-import-C.h"
    export *
  }
}