reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/ADT/StringMap.h
  177   template <typename AllocatorTy, typename... InitTy>
include/llvm/ADT/StringRef.h
   54   class StringRef {
include/llvm/Support/Allocator.h
   94 class MallocAllocator : public AllocatorBase<MallocAllocator> {
include/llvm/Support/StringPool.h
   45     struct PooledString {
unittests/ADT/StringMapTest.cpp
  332 struct Immovable {
  337 struct MoveOnly {