Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseObjc.cpp2745 ExprResult KeyExpr; in ParseObjCDictionaryLiteral() local
2748 KeyExpr = ParseAssignmentExpression(); in ParseObjCDictionaryLiteral()
2749 if (KeyExpr.isInvalid()) { in ParseObjCDictionaryLiteral()
2754 return KeyExpr; in ParseObjCDictionaryLiteral()
2783 KeyExpr.get(), ValueExpr.get(), EllipsisLoc, None in ParseObjCDictionaryLiteral()