Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1433 auto *KeyValues = in VisitObjCDictionaryLiteral() local
1438 KeyValues[I].Key = Record.readSubExpr(); in VisitObjCDictionaryLiteral()
1439 KeyValues[I].Value = Record.readSubExpr(); in VisitObjCDictionaryLiteral()