|
LLVM
8.0.1
|
ObjectKey is a used to capture keys in Object. More...
#include "llvm/Support/JSON.h"
Public Member Functions | |
| ObjectKey (const char *S) | |
| ObjectKey (std::string S) | |
| ObjectKey (llvm::StringRef S) | |
| ObjectKey (const llvm::SmallVectorImpl< char > &V) | |
| ObjectKey (const llvm::formatv_object_base &V) | |
| ObjectKey (const ObjectKey &C) | |
| ObjectKey (ObjectKey &&C) | |
| ObjectKey & | operator= (const ObjectKey &C) |
| ObjectKey & | operator= (ObjectKey &&)=default |
| operator llvm::StringRef () const | |
| std::string | str () const |
ObjectKey is a used to capture keys in Object.
Like Value but:
|
inline |
Definition at line 498 of file JSON.h.
References assert(), llvm::Data, llvm::json::fixUTF8(), llvm::json::isUTF8(), and LLVM_UNLIKELY.
|
inline |
Definition at line 505 of file JSON.h.
References assert(), llvm::Data, llvm::json::fixUTF8(), llvm::json::isUTF8(), and LLVM_UNLIKELY.
|
inline |
|
inline |
|
inline |
Definition at line 528 of file JSON.h.
References llvm::Data.
Definition at line 517 of file JSON.h.
References llvm::Data.
|
inline |
Definition at line 529 of file JSON.h.
References llvm::Data.
1.8.13