Searched defs:StringBasedCtxKey (Results 1 – 1 of 1) sorted by relevance
312 struct StringBasedCtxKey : public ContextKey { struct315 StringBasedCtxKey() : ContextKey(CK_StringBased), WasLeafInlined(false){}; in StringBasedCtxKey() function321 const StringBasedCtxKey *Other = dyn_cast<StringBasedCtxKey>(K); in isEqual() argument325 void genHashCode() { HashCode = hash_value(Context); } in genHashCode()