Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprObjC.cpp67 KeyValuePair *KeyValues = getTrailingObjects<KeyValuePair>(); in ObjCDictionaryLiteral() local
82 KeyValues[I].Key = VK[I].Key; in ObjCDictionaryLiteral()
83 KeyValues[I].Value = VK[I].Value; in ObjCDictionaryLiteral()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1103 auto *KeyValues = in VisitObjCDictionaryLiteral() local
1108 KeyValues[I].Key = Record.readSubExpr(); in VisitObjCDictionaryLiteral()
1109 KeyValues[I].Value = Record.readSubExpr(); in VisitObjCDictionaryLiteral()