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 217 /// used for GNU line markers. If EntryExit is 0, then this doesn't change the
223 unsigned EntryExit,
233 if (EntryExit == 0) { // No #include stack change.
235 } else if (EntryExit == 1) {
237 } else if (EntryExit == 2) {
346 unsigned EntryExit = 0;
348 EntryExit = 1;
350 EntryExit = 2;
353 EntryExit, FileKind);
    [all...]

Completed in 474 milliseconds