Searched defs:ExprSpan (Results 1 – 1 of 1) sorted by relevance
8648 typedef struct ExprSpan ExprSpan; typedef11289 struct ExprSpan { struct11290 Expr *pExpr; /* The expression parse tree */11291 const char *zStart; /* First character of input text */11292 const char *zEnd; /* One character past the end of input text */