HomeSort by relevance Sort by last modified time
    Searched refs:DocumentListTraits (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
YAMLTraits.h 175 struct DocumentListTraits {
344 // Test if DocumentListTraits<T> is defined on type T
357 static bool const value = (sizeof(test<DocumentListTraits<T> >(nullptr))==1);
    [all...]
  /external/clang/lib/Format/
Format.cpp 365 template <> struct DocumentListTraits<std::vector<FormatStyle>> {
709 // DocumentListTraits<vector<FormatStyle>> uses the context to get default
    [all...]

Completed in 57 milliseconds