Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DJSON.h299 Value(json::Array &&Elements) : Type(T_Array) { in Value()
396 case T_Array: in kind()
460 return LLVM_LIKELY(Type == T_Array) ? &as<json::Array>() : nullptr; in getAsArray()
463 return LLVM_LIKELY(Type == T_Array) ? &as<json::Array>() : nullptr; in getAsArray()
497 T_Array, enumerator
/openbsd/gnu/llvm/llvm/lib/Support/
H A DJSON.cpp126 case T_Array: in copyFrom()
153 case T_Array: in moveFrom()
177 case T_Array: in destroy()