Home
last modified time | relevance | path

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

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