Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Frontend/
H A DCompilerInstance.h236 bool shouldBuildGlobalModuleIndex() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DCompilerInstance.h251 bool shouldBuildGlobalModuleIndex() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DCompilerInstance.h251 bool shouldBuildGlobalModuleIndex() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DCompilerInstance.h248 bool shouldBuildGlobalModuleIndex() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DCompilerInstance.h269 bool shouldBuildGlobalModuleIndex() const;
/aosp_15_r20/external/clang/lib/Frontend/
H A DFrontendAction.cpp461 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() && in Execute()
H A DCompilerInstance.cpp72 bool CompilerInstance::shouldBuildGlobalModuleIndex() const { in shouldBuildGlobalModuleIndex() function in CompilerInstance
1692 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() && in loadGlobalModuleIndex()