Searched refs:PrependPath (Results 1 – 10 of 10) sorted by relevance
66 PrependPath = std::string(PrependPathIn); in setExternalFilePrependPath()73 PrependPath ? std::optional<StringRef>(StringRef(*PrependPath)) in link()
56 std::optional<std::string> PrependPath; member73 LLVM_ABI void setExternalFilePrependPath(StringRef PrependPath);
61 std::string PrependPath; member
106 GlobalData.Options.PrependPath = Ppath; in setPrependPath()
379 SmallString<0> Path(GlobalData.getOptions().PrependPath); in loadClangModule()
291 void setPrependPath(StringRef Ppath) override { Options.PrependPath = Ppath; } in setPrependPath()826 std::string PrependPath; member
2648 SmallString<0> Path(Options.PrependPath); in loadClangModule()