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 222 /// used for GNU line markers. If EntryExit is 0, then this doesn't change the
228 unsigned EntryExit,
238 if (EntryExit == 0) { // No #include stack change.
240 } else if (EntryExit == 1) {
242 } else if (EntryExit == 2) {
351 unsigned EntryExit = 0;
353 EntryExit = 1;
355 EntryExit = 2;
358 EntryExit, FileKind);
    [all...]

Completed in 190 milliseconds