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

  /external/clang/lib/Serialization/
ModuleManager.cpp 218 GlobalIndex = Index;
219 if (!GlobalIndex) {
227 if (!GlobalIndex->loadedModuleFile(Chain[I])) {
234 if (!GlobalIndex || GlobalIndex->loadedModuleFile(MF))
241 : FileMgr(FileMgr), GlobalIndex(), FirstVisitState(nullptr) {}
ASTReader.cpp     [all...]
  /external/clang/include/clang/Serialization/
ModuleManager.h 63 GlobalModuleIndex *GlobalIndex;
ASTReader.h 369 std::unique_ptr<GlobalModuleIndex> GlobalIndex;
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]

Completed in 184 milliseconds