Lines Matching refs:ContextTableKey
180 using internal_key_type = ContextTableKey;
444 : public VersionedTableInfo<GlobalVariableTableInfo, ContextTableKey,
471 : public VersionedTableInfo<GlobalFunctionTableInfo, ContextTableKey,
521 : public VersionedTableInfo<TagTableInfo, ContextTableKey, TagInfo> {
578 : public VersionedTableInfo<TypedefTableInfo, ContextTableKey,
1842 ContextTableKey(-1, (uint8_t)ContextKind::ObjCClass, *ClassID)); in lookupObjCClassID()
1877 ContextTableKey(-1, (uint8_t)ContextKind::ObjCProtocol, *classID)); in lookupObjCProtocolID()
1947 ContextTableKey Key(Ctx, *NameID); in lookupGlobalVariable()
1966 ContextTableKey Key(Ctx, *NameID); in lookupGlobalFunction()
2000 ContextTableKey Key(Ctx, *NameID); in lookupTag()
2019 ContextTableKey Key(Ctx, *NameID); in lookupTypedef()