Home
last modified time | relevance | path

Searched refs:shouldBuildGlobalModuleIndex (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
DCompilerInstance.h212 bool shouldBuildGlobalModuleIndex() const;
/external/clang/lib/Frontend/
DFrontendAction.cpp417 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()
DCompilerInstance.cpp69 bool CompilerInstance::shouldBuildGlobalModuleIndex() const { in shouldBuildGlobalModuleIndex() function in CompilerInstance
1528 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()