| 367 | } |
| 368 | |
| 369 | static void SetFoldInPreprocessorLevelFlag(int &lineFoldStateCurrent, unsigned int nestLevel) { |
| 370 | lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; |
| 371 | lineFoldStateCurrent |= nestLevel & stateFoldInPreprocessorLevelMask; |
| 372 | } |
| 373 | |
| 374 | static void ClassifyPascalPreprocessorFoldPoint(int &levelCurrent, int &lineFoldStateCurrent, |
| 375 | unsigned int startPos, Accessor &styler) { |
no outgoing calls
no test coverage detected