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

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h 646 std::string getSpecificModuleCachePath(StringRef ModuleHash);
647 std::string getSpecificModuleCachePath() {
648 return getSpecificModuleCachePath(getInvocation().getModuleHash());
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendAction.cpp 728 std::string SpecificModuleCachePath = CI.getSpecificModuleCachePath();
CompilerInstance.cpp 491 getSpecificModuleCachePath(ModuleHash));
540 std::string CompilerInstance::getSpecificModuleCachePath(StringRef ModuleHash) {

Completed in 19 milliseconds