Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDYAMLTraits.h128 enum class QuotingType { None, Single, Double }; enum
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDYAMLTraits.cpp337 void Input::scalarString(StringRef &S, QuotingType) { in scalarString() argument