Home | History | Annotate | Download | only in glsl

Lines Matching defs:source

40  * direct representation of the gramma derivation for the source program.
83 * Retrieve the source location of an AST node
85 * This function is primarily used to get the source position of an AST node
94 locp.source = this->location.source;
104 * Set the source location of an AST node from a parser location
110 this->location.source = locp.source;
116 * Source location of the AST node.
119 unsigned source; /**< GLSL source number. */
120 unsigned line; /**< Line number within the source string. */