reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
188 using SecondInfo = DenseMapInfo<U>;
include/llvm/ADT/PointerUnion.h 299 return DenseMapInfo<intptr_t>::getHashValue(key);
lib/Analysis/CFLAndersAliasAnalysis.cpp277 DenseMapInfo<int64_t>::getEmptyKey()}; 282 DenseMapInfo<int64_t>::getEmptyKey()}; 300 DenseMapInfo<int64_t>::getEmptyKey()}; 306 DenseMapInfo<int64_t>::getEmptyKey()};tools/clang/include/clang/AST/BaseSubobject.h
61 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey())); 67 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));tools/clang/include/clang/AST/CharUnits.h
222 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey(); 229 DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey(); 236 return DenseMapInfo<clang::CharUnits::QuantityType>::getHashValue(Quantity);