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 149 struct DocumentListTraits {
311 // Test if DocumentListTraits<T> is defined on type T
324 static bool const value = (sizeof(test<DocumentListTraits<T> >(nullptr))==1);
    [all...]
  /external/clang/lib/Format/
Format.cpp 274 template <> struct DocumentListTraits<std::vector<FormatStyle>> {
546 // DocumentListTraits<vector<FormatStyle>> uses the context to get default
    [all...]

Completed in 1150 milliseconds