Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DJSON.cpp109 case T_Null: in copyFrom()
134 case T_Null: in moveFrom()
146 M.Type = T_Null; in moveFrom()
150 M.Type = T_Null; in moveFrom()
154 M.Type = T_Null; in moveFrom()
161 case T_Null: in destroy()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DJSON.h329 Value(std::nullptr_t) : Type(T_Null) {} in Value()
383 case T_Null: in kind()
404 if (LLVM_LIKELY(Type == T_Null)) in getAsNull()
488 T_Null, enumerator