Searched defs:inExpr (Results 1 – 2 of 2) sorted by relevance
490 type inExpr struct { struct491 expr starlarkExpr492 list starlarkExpr493 isNot bool496 func (i *inExpr) emit(gctx *generationContext) {506 func (_ *inExpr) typ() starlarkType {510 func (i *inExpr) emitListVarCopy(gctx *generationContext) {514 func (i *inExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {
440 const Expression* ConstantFolder::GetConstantValueOrNull(const Expression& inExpr) { in GetConstantValueOrNull()461 const Expression* ConstantFolder::GetConstantValueForVariable(const Expression& inExpr) { in GetConstantValueForVariable()467 Position pos, std::unique_ptr<Expression> inExpr) { in MakeConstantValueForVariable()