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 Module *ImportedBy, std::string &ErrorStr) {
79 if (ImportedBy) {
80 ModuleEntry->ImportedBy.insert(ImportedBy);
81 ImportedBy->Imports.insert(ModuleEntry);
115 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
104 addModule(StringRef FileName, ModuleKind Type, Module *ImportedBy,
Module.h 302 llvm::SetVector<Module *> ImportedBy;
ASTReader.h 661 Module *ImportedBy);
    [all...]

Completed in 250 milliseconds