Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp3514 ExprResult KeyExpr; in ParseObjCDictionaryLiteral() local
3517 KeyExpr = ParseAssignmentExpression(); in ParseObjCDictionaryLiteral()
3518 if (KeyExpr.isInvalid()) { in ParseObjCDictionaryLiteral()
3523 return KeyExpr; in ParseObjCDictionaryLiteral()
3542 KeyExpr = Actions.CorrectDelayedTyposInExpr(KeyExpr.get()); in ParseObjCDictionaryLiteral()
3544 if (KeyExpr.isInvalid() || ValueExpr.isInvalid()) in ParseObjCDictionaryLiteral()
3556 ObjCDictionaryElement Element = {KeyExpr.get(), ValueExpr.get(), in ParseObjCDictionaryLiteral()