Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp948 ObjCDictionaryLiteral::KeyValuePair *KeyValues = E->getKeyValues(); in VisitObjCDictionaryLiteral() local
951 KeyValues[I].Key = Reader.ReadSubExpr(); in VisitObjCDictionaryLiteral()
952 KeyValues[I].Value = Reader.ReadSubExpr(); in VisitObjCDictionaryLiteral()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExpr.cpp4158 KeyValuePair *KeyValues = getKeyValues(); in ObjCDictionaryLiteral() local
4172 KeyValues[I].Key = VK[I].Key; in ObjCDictionaryLiteral()
4173 KeyValues[I].Value = VK[I].Value; in ObjCDictionaryLiteral()