| 1732 | void error ( const string & str, const string & extra, const string & fixme, const LineInfo & at, CompilationError cerr = CompilationError::unspecified ); |
| 1733 | void deduplicateErrors (); |
| 1734 | bool failed() const { return failToCompile || macroException; } |
| 1735 | static ExpressionPtr makeConst ( const LineInfo & at, const TypeDeclPtr & type, vec4f value ); |
| 1736 | ExprLooksLikeCall * makeCall ( const LineInfo & at, const string & name ); |
| 1737 | ExprLooksLikeCall * makeCall ( const LineInfo & at, const LineInfo & atEnd, const string & name ); |
no outgoing calls
no test coverage detected