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 58 SourceLocation ImportLoc, ModuleFile *ImportedBy,
100 if (!ImportedBy)
169 assert(ImportedBy);
176 if (ImportedBy) {
177 ModuleEntry->ImportedBy.insert(ImportedBy);
178 ImportedBy->Imports.insert(ModuleEntry);
208 Chain[i]->ImportedBy.remove_if(IsVictim);
324 unsigned Size = (*M)->ImportedBy.size();
ASTReader.cpp 435 while (!TopImport->ImportedBy.empty())
436 TopImport = TopImport->ImportedBy[0];
    [all...]
  /external/clang/include/clang/Serialization/
Module.h 453 llvm::SetVector<ModuleFile *> ImportedBy;
ModuleManager.h 189 /// \param ImportedBy The module that is importing this module, or NULL if
216 ModuleFile *ImportedBy, unsigned Generation,
ASTReader.h     [all...]

Completed in 74 milliseconds