Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
DExpression.cpp207 Expression* childExpr = *iter; in getNextExpressionClosure() local
208 ExpressionList childClosure = childExpr->getClosure(false); in getNextExpressionClosure()
/third_party/typescript/src/compiler/
Dutilities.ts4963 const childExpr = expr.expression; constant
4964 if (isIdentifier(childExpr)) {
4966 if (availableDecorator.name === childExpr.escapedText.toString()) {
4970 childExpr