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 113 unsigned EntryExit, SrcMgr::CharacteristicKind FileKind);
  /external/clang/lib/Basic/
SourceManager.cpp 224 /// used for GNU line markers. If EntryExit is 0, then this doesn't change the
230 unsigned EntryExit,
240 if (EntryExit == 0) { // No #include stack change.
242 } else if (EntryExit == 1) {
244 } else if (EntryExit == 2) {
353 unsigned EntryExit = 0;
355 EntryExit = 1;
357 EntryExit = 2;
360 EntryExit, FileKind);
    [all...]

Completed in 52 milliseconds