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

  /external/clang/lib/Serialization/
ModuleManager.cpp 38 ModuleFile *ImportedBy, unsigned Generation,
80 if (ImportedBy) {
81 ModuleEntry->ImportedBy.insert(ImportedBy);
82 ImportedBy->Imports.insert(ModuleEntry);
116 if (unsigned Size = (*M)->ImportedBy.size())
ASTReader.cpp     [all...]
  /external/clang/include/clang/Serialization/
ModuleManager.h 95 /// \param ImportedBy The module that is importing this module, or NULL if
106 addModule(StringRef FileName, ModuleKind Type, ModuleFile *ImportedBy,
Module.h 347 llvm::SetVector<ModuleFile *> ImportedBy;
ASTReader.h 792 ModuleFile *ImportedBy);
    [all...]

Completed in 30 milliseconds