clang API Documentation
Static Public Member Functions | |
static StringRef | getEmptyKey () |
static StringRef | getTombstoneKey () |
static unsigned | getHashValue (StringRef Val) |
static bool | isEqual (StringRef LHS, StringRef RHS) |
Definition at line 332 of file VirtualFileSystem.cpp.
static StringRef llvm::DenseMapInfo< StringRef >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 334 of file VirtualFileSystem.cpp.
static unsigned llvm::DenseMapInfo< StringRef >::getHashValue | ( | StringRef | Val | ) | [inline, static] |
Definition at line 336 of file VirtualFileSystem.cpp.
static StringRef llvm::DenseMapInfo< StringRef >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 335 of file VirtualFileSystem.cpp.
static bool llvm::DenseMapInfo< StringRef >::isEqual | ( | StringRef | LHS, |
StringRef | RHS | ||
) | [inline, static] |
Definition at line 337 of file VirtualFileSystem.cpp.