Lines Matching refs:ContextTableKey
44 llvm::DenseMap<ContextTableKey,
80 ContextTableKey,
88 ContextTableKey,
102 llvm::DenseMap<ContextTableKey,
109 llvm::DenseMap<ContextTableKey,
341 using key_type = ContextTableKey;
868 : public VersionedTableInfo<GlobalVariableTableInfo, ContextTableKey,
982 : public VersionedTableInfo<GlobalFunctionTableInfo, ContextTableKey,
1094 : public VersionedTableInfo<Derived, ContextTableKey, UnversionedDataType> {
1267 ContextTableKey Key(RawParentCtxID, static_cast<uint8_t>(Kind), NameID); in addObjCContext()
1323 ContextTableKey CtxKey(ParentCtxID, in addObjCMethod()
1349 ContextTableKey Key(Ctx, VariableID); in addGlobalVariable()
1358 ContextTableKey Key(Ctx, NameID); in addGlobalFunction()
1372 ContextTableKey Key(Ctx, TagID); in addTag()
1380 ContextTableKey Key(Ctx, TypedefID); in addTypedef()