Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h249 bool shouldBuildGlobalModuleIndex() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp80 bool CompilerInstance::shouldBuildGlobalModuleIndex() const { in shouldBuildGlobalModuleIndex() function in CompilerInstance
2055 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()
H A DFrontendAction.cpp939 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()