Searched refs:fromJSON (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | JSON.h | 646 inline bool fromJSON(const Value &E, std::string &Out, Path P) { in fromJSON() function 654 inline bool fromJSON(const Value &E, int &Out, Path P) { in fromJSON() function 662 inline bool fromJSON(const Value &E, int64_t &Out, Path P) { in fromJSON() function 670 inline bool fromJSON(const Value &E, double &Out, Path P) { in fromJSON() function 678 inline bool fromJSON(const Value &E, bool &Out, Path P) { in fromJSON() function 686 inline bool fromJSON(const Value &E, std::nullptr_t &Out, Path P) { in fromJSON() function 695 bool fromJSON(const Value &E, llvm::Optional<T> &Out, Path P) { in fromJSON() function 701 if (!fromJSON(E, Result, P)) in fromJSON() 707 bool fromJSON(const Value &E, std::vector<T> &Out, Path P) { in fromJSON() function 712 if (!fromJSON((*A)[I], Out[I], P.index(I))) in fromJSON() [all …]
|