HomeSort by relevance Sort by last modified time
    Searched refs:EntryExit (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
SourceManagerInternals.h 111 unsigned EntryExit, SrcMgr::CharacteristicKind FileKind);
  /external/clang/lib/Basic/
SourceManager.cpp 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);
    [all...]

Completed in 29 milliseconds