HomeSort by: relevance | last modified time | path
    Searched refs:shouldBuildGlobalModuleIndex (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h 237 bool shouldBuildGlobalModuleIndex() const;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendAction.cpp 955 if (CI.shouldBuildGlobalModuleIndex() && CI.hasFileManager() &&
CompilerInstance.cpp 76 bool CompilerInstance::shouldBuildGlobalModuleIndex() const {
2101 if (!GlobalIndex && shouldBuildGlobalModuleIndex() && hasFileManager() &&

Completed in 27 milliseconds