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

  /external/clang/lib/Serialization/
ModuleManager.cpp 41 SourceLocation ImportLoc, ModuleFile *ImportedBy,
87 if (ImportedBy) {
88 ModuleEntry->ImportedBy.insert(ImportedBy);
89 ImportedBy->Imports.insert(ModuleEntry);
126 Chain[i]->ImportedBy.remove_if(checkInSet);
219 if (unsigned Size = (*M)->ImportedBy.size())
GlobalModuleIndex.cpp 122 SmallVector<unsigned, 2> ImportedBy;
266 Known->second.ImportedBy.push_back(ID);
277 for (unsigned I = 0, N = Info.ImportedBy.size(); I != N; ++I) {
278 unsigned FromID = Info.ImportedBy[I];
ASTReader.cpp     [all...]
  /external/clang/include/clang/Serialization/
ModuleManager.h 155 /// \param ImportedBy The module that is importing this module, or NULL if
167 ModuleFile *ImportedBy, unsigned Generation,
Module.h 422 llvm::SetVector<ModuleFile *> ImportedBy;
ASTReader.h     [all...]

Completed in 71 milliseconds