Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DYAMLTraits.h124 enum class QuotingType { None, Single, Double }; enum
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DYAMLTraits.cpp334 void Input::scalarString(StringRef &S, QuotingType) { in scalarString() argument