Home
last modified time | relevance | path

Searched defs:StringBlockVal (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp105 struct StringBlockVal { struct
106 StringRef Value;
107 StringBlockVal(StringRef R) : Value(R) {} in StringBlockVal() function