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

References

tools/clang/tools/extra/clang-tidy/readability/IdentifierNamingCheck.cpp
   46     assert(Val != getEmptyKey() && "Cannot hash the empty key!");
   47     assert(Val != getTombstoneKey() && "Cannot hash the tombstone key!");
   50     return Val.first.getRawEncoding() + SecondHash(Val.second);
   50     return Val.first.getRawEncoding() + SecondHash(Val.second);