Searched defs:StringMapEntry (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DStringMap.h27 class StringMapEntry;
36 static void Initialize(StringMapEntry<ValueTy> &T, InitTy InitVal) {
42 /// StringMapEntryBase - Shared base class of StringMapEntry instances.
86 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
90 /// RemoveKey - Remove the StringMapEntry for the specified key from the
107 /// StringMapEntry - This is used to represent one value that is inserted into
111 class StringMapEntry : public StringMapEntryBase { class in namespace:llvm
115 explicit StringMapEntry(unsigned strLen) function in class:llvm::StringMapEntry
117 StringMapEntry(unsigned strLen, const ValueTy &V) function in class:llvm::StringMapEntry
131 /// StringMapEntry objec
[all...]

Completed in 53 milliseconds