|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Definitions
include/llvm/ADT/DenseMapInfo.h 45 static inline T* getTombstoneKey() {
95 static inline unsigned getTombstoneKey() { return ~0U - 1; }
106 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; }
143 static inline int getTombstoneKey() { return -0x7fffffff - 1; }
195 static inline Pair getTombstoneKey() {
227 static inline StringRef getTombstoneKey() {
255 static inline ArrayRef<T> getTombstoneKey() {
include/llvm/ADT/PointerIntPair.h 204 static Ty getTombstoneKey() {
include/llvm/Analysis/MemoryLocation.h 292 static inline MemoryLocation getTombstoneKey() {
include/llvm/CodeGen/SelectionDAGNodes.h 220 static inline SDValue getTombstoneKey() {
include/llvm/DebugInfo/CodeView/TypeIndex.h 285 static inline codeview::TypeIndex getTombstoneKey() {
include/llvm/IR/ValueHandle.h 295 static inline AssertingVH<T> getTombstoneKey() {
tools/clang/include/clang/AST/GlobalDecl.h 157 static inline clang::GlobalDecl getTombstoneKey() {
tools/clang/include/clang/AST/TypeOrdering.h 62 static inline clang::CanQualType getTombstoneKey() {
tools/clang/include/clang/Basic/SourceLocation.h 453 static clang::FileID getTombstoneKey() {
tools/clang/tools/extra/clangd/index/SymbolID.h 72 static inline clang::clangd::SymbolID getTombstoneKey() {