Home
last modified time | relevance | path

Searched refs:T_Array (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h305 Value(json::Array &&Elements) : Type(T_Array) { in Value()
399 case T_Array: in kind()
469 return LLVM_LIKELY(Type == T_Array) ? &as<json::Array>() : nullptr; in getAsArray()
472 return LLVM_LIKELY(Type == T_Array) ? &as<json::Array>() : nullptr; in getAsArray()
518 T_Array, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp128 case T_Array: in copyFrom()
155 case T_Array: in moveFrom()
179 case T_Array: in destroy()