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 275 GlobalIndex = Index;
276 if (!GlobalIndex) {
284 if (!GlobalIndex->loadedModuleFile(Chain[I])) {
291 if (!GlobalIndex || GlobalIndex->loadedModuleFile(MF))
299 : FileMgr(FileMgr), PCHContainerRdr(PCHContainerRdr), GlobalIndex(),
ASTReader.cpp     [all...]
  /external/clang/include/clang/Serialization/
ModuleManager.h 77 GlobalModuleIndex *GlobalIndex;
ASTReader.h 404 std::unique_ptr<GlobalModuleIndex> GlobalIndex;
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]

Completed in 48 milliseconds