Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprObjC.cpp66 KeyValuePair *KeyValues = getTrailingObjects<KeyValuePair>(); in ObjCDictionaryLiteral() local
81 KeyValues[I].Key = VK[I].Key; in ObjCDictionaryLiteral()
82 KeyValues[I].Value = VK[I].Value; in ObjCDictionaryLiteral()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp1318 auto *KeyValues = in VisitObjCDictionaryLiteral() local
1323 KeyValues[I].Key = Record.readSubExpr(); in VisitObjCDictionaryLiteral()
1324 KeyValues[I].Value = Record.readSubExpr(); in VisitObjCDictionaryLiteral()