Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReaderStmt.cpp853 ObjCDictionaryLiteral::KeyValuePair *KeyValues = E->getKeyValues(); in VisitObjCDictionaryLiteral() local
856 KeyValues[I].Key = Reader.ReadSubExpr(); in VisitObjCDictionaryLiteral()
857 KeyValues[I].Value = Reader.ReadSubExpr(); in VisitObjCDictionaryLiteral()
/external/clang/lib/AST/
DExpr.cpp3848 KeyValuePair *KeyValues = getKeyValues(); in ObjCDictionaryLiteral() local
3862 KeyValues[I].Key = VK[I].Key; in ObjCDictionaryLiteral()
3863 KeyValues[I].Value = VK[I].Value; in ObjCDictionaryLiteral()