Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h130 enum class QuotingType { None, Single, Double }; global() enum
[all...]
/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp342 scalarString(StringRef & S,QuotingType) scalarString() argument