Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h130 enum class QuotingType { None, Single, Double }; enum
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp342 void Input::scalarString(StringRef &S, QuotingType) { in scalarString() argument