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 56 SourceLocation ImportLoc, ModuleFile *ImportedBy,
135 if (ImportedBy) {
136 ModuleEntry->ImportedBy.insert(ImportedBy);
137 ImportedBy->Imports.insert(ModuleEntry);
161 Chain[i]->ImportedBy.remove_if([&](ModuleFile *MF) {
267 if (unsigned Size = (*M)->ImportedBy.size())
ASTReader.cpp 397 while (!TopImport->ImportedBy.empty())
398 TopImport = TopImport->ImportedBy[0];
    [all...]
  /external/clang/include/clang/Serialization/
ModuleManager.h 170 /// \param ImportedBy The module that is importing this module, or NULL if
191 ModuleFile *ImportedBy, unsigned Generation,
Module.h 452 llvm::SetVector<ModuleFile *> ImportedBy;
ASTReader.h     [all...]

Completed in 627 milliseconds