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

Definitions

include/llvm/ADT/DenseMapInfo.h
   39   static inline T* getEmptyKey() {
   72   static inline unsigned char getEmptyKey() { return ~0; }
   94   static inline unsigned getEmptyKey() { return ~0U; }
  105   static inline unsigned long getEmptyKey() { return ~0UL; }
  142   static inline int getEmptyKey() { return 0x7fffffff; }
  153   static inline long getEmptyKey() {
  222   static inline StringRef getEmptyKey() {
  284   static inline ElementCount getEmptyKey() { return {~0U, true}; }
include/llvm/Analysis/MemoryLocation.h
  288   static inline MemoryLocation getEmptyKey() {
include/llvm/IR/Attributes.h
  309   static AttributeSet getEmptyKey() {
include/llvm/IR/DebugInfoMetadata.h
 2592   static inline FragInfo getEmptyKey() { return {MaxVal, MaxVal}; }
include/llvm/IR/ValueHandle.h
  289   static inline AssertingVH<T> getEmptyKey() {
tools/clang/include/clang/AST/BaseSubobject.h
   58   static clang::BaseSubobject getEmptyKey() {
tools/clang/include/clang/AST/CharUnits.h
  220   static clang::CharUnits getEmptyKey() {
tools/clang/include/clang/AST/TypeOrdering.h
   40     static inline clang::QualType getEmptyKey() { return clang::QualType(); }
   58     static inline clang::CanQualType getEmptyKey() {
tools/clang/include/clang/Basic/IdentifierTable.h
  932   static clang::Selector getEmptyKey() {
tools/clang/include/clang/Basic/SourceLocation.h
  449     static clang::FileID getEmptyKey() {
tools/clang/tools/extra/clangd/index/SymbolID.h
   68   static inline clang::clangd::SymbolID getEmptyKey() {