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 266 std::string SpecificModuleCachePath = CI.getSpecificModuleCachePath();
278 SpecificModuleCachePath)) {
  /external/clang/lib/Serialization/
ASTReader.cpp 115 const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath,
117 return First->ReadHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
119 Second->ReadHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
620 StringRef SpecificModuleCachePath,
625 if (SpecificModuleCachePath != ExistingModuleCachePath) {
628 << SpecificModuleCachePath << ExistingModuleCachePath;
637 StringRef SpecificModuleCachePath,
639 return checkHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
    [all...]

Completed in 270 milliseconds