Searched refs:PrependPath (Results 1 – 4 of 4) sorted by relevance
60 PrependPath = std::string(PrependPathIn); in setExternalFilePrependPath()77 PrependPath ? Optional<StringRef>(StringRef(*PrependPath)) in link()
50 Optional<std::string> PrependPath; member57 void setExternalFilePrependPath(StringRef PrependPath);
298 void setPrependPath(const std::string &Ppath) { Options.PrependPath = Ppath; } in setPrependPath()801 std::string PrependPath; member
2054 SmallString<0> Path(Options.PrependPath); in loadClangModule()