Home
last modified time | relevance | path

Searched refs:StrValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h231 std::optional<StringRef> StrValue; variable
261 std::optional<StringRef> getStringValue() const { return StrValue; } in getStringValue()
269 StrValue = NewStrValue;
276 StrValue = std::nullopt; in clearValue()
H A DFileCheck.cpp1302 std::optional<StringRef> StrValue = in printVariableDefs() local
1304 if (!StrValue) in printVariableDefs()
1306 SMLoc Start = SMLoc::getFromPointer(StrValue->data()); in printVariableDefs()
1307 SMLoc End = SMLoc::getFromPointer(StrValue->data() + StrValue->size()); in printVariableDefs()