Lines Matching defs:source
41 * direct representation of the gramma derivation for the source program.
69 * Retrieve the source location of an AST node
71 * This function is primarily used to get the source position of an AST node
81 locp.source = this->location.source;
91 * Set the source location of an AST node from a parser location
98 this->location.source = locp.source;
106 * Set the source location range of an AST node using two location nodes
113 this->location.source = begin.source;
125 unsigned source; /**< GLSL source number. */
126 unsigned first_line; /**< First line number within the source string. */
128 unsigned last_line; /**< Last line number within the source string. */