| 67 | } |
| 68 | |
| 69 | static void updatePatternRefs( const SyntaxDefinition& def, SyntaxPattern& ptrn ) { |
| 70 | ptrn.def = &def; |
| 71 | if ( ptrn.syntax == "$self" || ptrn.syntax == "$base" ) |
| 72 | ptrn.syntax = def.getLanguageName(); |
| 73 | } |
| 74 | |
| 75 | static void updatePatternState( SyntaxDefinition& def, SyntaxPattern& ptrn ) { |
| 76 | if ( ptrn.checkIsRangedMatch() ) |
no outgoing calls
no test coverage detected