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

References

tools/clang/lib/Lex/HeaderMap.cpp
  134   Result.Key = HMAP_EmptyBucketKey;
  142   Result.Key    = getEndianAdjustedWord(BucketPtr->Key);
  142   Result.Key    = getEndianAdjustedWord(BucketPtr->Key);
  187     if (B.Key == HMAP_EmptyBucketKey) continue;
  189     StringRef Key = getStringOrInvalid(B.Key);
  221     if (B.Key == HMAP_EmptyBucketKey) return StringRef(); // Hash miss.
  224     Optional<StringRef> Key = getString(B.Key);
tools/clang/unittests/Lex/HeaderMapTest.cpp
   78       if (!File.Buckets[I].Key) {
   79         File.Buckets[I].Key = Key;