Home
last modified time | relevance | path

Searched refs:EntryExit (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DSourceManagerInternals.h108 unsigned EntryExit, SrcMgr::CharacteristicKind FileKind);
/external/clang/lib/Basic/
DSourceManager.cpp223 unsigned EntryExit, in AddLineNote() argument
233 if (EntryExit == 0) { // No #include stack change. in AddLineNote()
235 } else if (EntryExit == 1) { in AddLineNote()
237 } else if (EntryExit == 2) { in AddLineNote()
341 unsigned EntryExit = 0; in AddLineNote() local
343 EntryExit = 1; in AddLineNote()
345 EntryExit = 2; in AddLineNote()
348 EntryExit, FileKind); in AddLineNote()