Searched refs:HaveFullGlobalModuleIndex (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCompilerInstance.h133 bool HaveFullGlobalModuleIndex; member in class:clang::CompilerInstance
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp57 BuildGlobalModuleIndex(false), HaveFullGlobalModuleIndex(false),
1541 if (!HaveFullGlobalModuleIndex && GlobalIndex && !buildingModule()) {
1567 HaveFullGlobalModuleIndex = true;

Completed in 585 milliseconds