Home | History | Annotate | Download | only in AST

Lines Matching defs:KV

311     const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
312 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };