Searched refs:PrependPath (Results 1 – 7 of 7) sorted by relevance
66 PrependPath = std::string(PrependPathIn); in setExternalFilePrependPath()80 PrependPath ? std::optional<StringRef>(StringRef(*PrependPath)) in link()
55 std::optional<std::string> PrependPath; member72 void setExternalFilePrependPath(StringRef PrependPath);
61 std::string PrependPath; member
106 GlobalData.Options.PrependPath = Ppath; in setPrependPath()
380 SmallString<0> Path(GlobalData.getOptions().PrependPath); in loadClangModule()
287 void setPrependPath(StringRef Ppath) override { Options.PrependPath = Ppath; } in setPrependPath()819 std::string PrependPath; member
2531 SmallString<0> Path(Options.PrependPath); in loadClangModule()