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 79 bool DirectlyImported;
354 bool isDirectlyImported() const { return DirectlyImported; }
  /external/clang/lib/Serialization/
Module.cpp 24 : Kind(Kind), DirectlyImported(false), Generation(Generation), SizeInBits(0),
ModuleManager.cpp 84 ModuleEntry->DirectlyImported = true;

Completed in 83 milliseconds