Searched defs:has_FlowTraits (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DYAMLTraits.h274 // has_FlowTraits<int> will cause an error with some compilers because
276 // real has_FlowTraits only if the template type is a class.
278 class has_FlowTraits class in namespace:llvm::yaml
288 struct has_FlowTraits<T, true> struct in namespace:llvm::yaml
669 if ( has_FlowTraits< SequenceTraits<T> >::value ) {

Completed in 54 milliseconds