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.h225 std::optional<StringRef> StrValue; in Expression()
255 std::optional<StringRef> getStringValue() const { return StrValue; }
263 StrValue = NewStrValue; in Name()
270 StrValue = std::nullopt; in getImplicitFormat()
250 std::optional<StringRef> StrValue; global() variable
H A DFileCheck.cpp1262 std::optional<StringRef> StrValue = in printVariableDefs() local
1264 if (!StrValue) in printVariableDefs()
1266 SMLoc Start = SMLoc::getFromPointer(StrValue->data()); in printVariableDefs()
1267 SMLoc End = SMLoc::getFromPointer(StrValue->data() + StrValue->size()); in printVariableDefs()