Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3104 ExprResult KeyExpr; in ParseObjCDictionaryLiteral() local
3107 KeyExpr = ParseAssignmentExpression(); in ParseObjCDictionaryLiteral()
3108 if (KeyExpr.isInvalid()) { in ParseObjCDictionaryLiteral()
3113 return KeyExpr; in ParseObjCDictionaryLiteral()
3140 ObjCDictionaryElement Element = {KeyExpr.get(), ValueExpr.get(), in ParseObjCDictionaryLiteral()