Searched refs:ExternalFilePrependPath (Results 1 – 6 of 6) sorted by relevance
73 std::optional<StringRef> ExternalFilePrependPath) { in createRemarkParserFromMeta() argument80 return createYAMLParserFromMeta(Buf, std::move(ExternalFilePrependPath)); in createRemarkParserFromMeta()83 std::move(ExternalFilePrependPath)); in createRemarkParserFromMeta()
311 StringRef Buf, std::optional<StringRef> ExternalFilePrependPath) { in createBitstreamParserFromMeta() argument323 if (ExternalFilePrependPath) in createBitstreamParserFromMeta()324 Parser->ExternalFilePrependPath = std::string(*ExternalFilePrependPath); in createBitstreamParserFromMeta()419 SmallString<80> FullPath(ExternalFilePrependPath); in processExternalFilePath()
76 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);
99 StringRef Buf, std::optional<StringRef> ExternalFilePrependPath) { in createYAMLParserFromMeta() argument124 if (ExternalFilePrependPath) in createYAMLParserFromMeta()125 FullPath = *ExternalFilePrependPath; in createYAMLParserFromMeta()
95 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);
45 std::string ExternalFilePrependPath; member85 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);