HomeSort by relevance Sort by last modified time
    Searched defs:SpecificModuleCachePath (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Frontend/
FrontendAction.cpp 265 std::string SpecificModuleCachePath = CI.getSpecificModuleCachePath();
278 SpecificModuleCachePath)) {
  /external/clang/lib/Serialization/
ASTReader.cpp 113 const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath,
115 return First->ReadHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
117 Second->ReadHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
602 StringRef SpecificModuleCachePath,
607 if (SpecificModuleCachePath != ExistingModuleCachePath) {
610 << SpecificModuleCachePath << ExistingModuleCachePath;
619 StringRef SpecificModuleCachePath,
621 return checkHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
    [all...]

Completed in 34 milliseconds