Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Frontend/
DCompilerInstance.h240 bool shouldBuildGlobalModuleIndex() const;
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DCompilerInstance.cpp82 bool CompilerInstance::shouldBuildGlobalModuleIndex() const { in shouldBuildGlobalModuleIndex() function in CompilerInstance
2212 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()
DFrontendAction.cpp1062 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()