Lines Matching refs:EntryExit
221 /// used for GNU line markers. If EntryExit is 0, then this doesn't change the
227 unsigned EntryExit,
237 if (EntryExit == 0) { // No #include stack change.
239 } else if (EntryExit == 1) {
241 } else if (EntryExit == 2) {
350 unsigned EntryExit = 0;
352 EntryExit = 1;
354 EntryExit = 2;
357 EntryExit, FileKind);