Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h225 std::optional<StringRef> StrValue; variable
255 std::optional<StringRef> getStringValue() const { return StrValue; } in getStringValue()
263 StrValue = NewStrValue;
270 StrValue = std::nullopt; in clearValue()
H A DFileCheck.cpp1260 std::optional<StringRef> StrValue = in printVariableDefs() local
1262 if (!StrValue) in printVariableDefs()
1264 SMLoc Start = SMLoc::getFromPointer(StrValue->data()); in printVariableDefs()
1265 SMLoc End = SMLoc::getFromPointer(StrValue->data() + StrValue->size()); in printVariableDefs()