| 363 | } |
| 364 | |
| 365 | static unsigned int GetFoldInPreprocessorLevelFlag(int lineFoldStateCurrent) { |
| 366 | return lineFoldStateCurrent & stateFoldInPreprocessorLevelMask; |
| 367 | } |
| 368 | |
| 369 | static void SetFoldInPreprocessorLevelFlag(int &lineFoldStateCurrent, unsigned int nestLevel) { |
| 370 | lineFoldStateCurrent &= ~stateFoldInPreprocessorLevelMask; |
no outgoing calls
no test coverage detected