HomeSort by relevance Sort by last modified time
    Searched refs:DirectlyImported (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Serialization/
Module.h 135 bool DirectlyImported;
429 bool isDirectlyImported() const { return DirectlyImported; }
  /external/clang/lib/Serialization/
Module.cpp 24 : Kind(Kind), File(0), DirectlyImported(false),
ModuleManager.cpp 91 if (!ModuleEntry->DirectlyImported)
94 ModuleEntry->DirectlyImported = true;

Completed in 32 milliseconds