Searched refs:ExternalFilePrependPath (Results 1 – 6 of 6) sorted by relevance
44 std::string ExternalFilePrependPath; member89 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);
91 std::optional<StringRef> ExternalFilePrependPath) { in createRemarkParserFromMeta() argument98 std::move(ExternalFilePrependPath)); in createRemarkParserFromMeta()101 std::move(ExternalFilePrependPath)); in createRemarkParserFromMeta()
312 std::optional<StringRef> ExternalFilePrependPath) { in createBitstreamParserFromMeta() argument326 if (ExternalFilePrependPath) in createBitstreamParserFromMeta()327 Parser->ExternalFilePrependPath = std::string(*ExternalFilePrependPath); in createBitstreamParserFromMeta()422 SmallString<80> FullPath(ExternalFilePrependPath); in processExternalFilePath()
81 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);
112 std::optional<StringRef> ExternalFilePrependPath) { in createYAMLParserFromMeta() 143 if (ExternalFilePrependPath) in createYAMLParserFromMeta() 144 FullPath = *ExternalFilePrependPath; in createYAMLParserFromMeta() 114 createYAMLParserFromMeta(StringRef Buf,std::optional<ParsedStringTable> StrTab,std::optional<StringRef> ExternalFilePrependPath) createYAMLParserFromMeta() argument
112 std::optional<StringRef> ExternalFilePrependPath = std::nullopt);