Home
last modified time | relevance | path

Searched refs:KeyValues (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/AST/
DExprObjC.cpp60 KeyValuePair *KeyValues = getTrailingObjects<KeyValuePair>(); in ObjCDictionaryLiteral() local
64 KeyValues[I].Key = VK[I].Key; in ObjCDictionaryLiteral()
65 KeyValues[I].Value = VK[I].Value; in ObjCDictionaryLiteral()
/external/clang/lib/AST/
DExprObjC.cpp61 KeyValuePair *KeyValues = getTrailingObjects<KeyValuePair>(); in ObjCDictionaryLiteral() local
76 KeyValues[I].Key = VK[I].Key; in ObjCDictionaryLiteral()
77 KeyValues[I].Value = VK[I].Value; in ObjCDictionaryLiteral()
/external/rust/crates/log/src/
Dlib.rs796 key_values: KeyValues<'a>,
805 struct KeyValues<'a>(&'a dyn kv::Source); struct
808 impl<'a> fmt::Debug for KeyValues<'a> { implementation
978 key_values: KeyValues(&Option::None::<(kv::Key, kv::Value)>), in new()
1050 self.record.key_values = KeyValues(kvs); in key_values()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp1432 auto *KeyValues = in VisitObjCDictionaryLiteral() local
1437 KeyValues[I].Key = Record.readSubExpr(); in VisitObjCDictionaryLiteral()
1438 KeyValues[I].Value = Record.readSubExpr(); in VisitObjCDictionaryLiteral()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp993 ObjCDictionaryLiteral::KeyValuePair *KeyValues = in VisitObjCDictionaryLiteral() local
998 KeyValues[I].Key = Reader.ReadSubExpr(); in VisitObjCDictionaryLiteral()
999 KeyValues[I].Value = Reader.ReadSubExpr(); in VisitObjCDictionaryLiteral()