Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManagerInternals.h113 unsigned EntryExit, SrcMgr::CharacteristicKind FileKind);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp211 int FilenameID, unsigned EntryExit, in AddLineNote() argument
224 if (EntryExit == 0) { // No #include stack change. in AddLineNote()
226 } else if (EntryExit == 1) { in AddLineNote()
228 } else if (EntryExit == 2) { in AddLineNote()
295 unsigned EntryExit = 0; in AddLineNote() local
297 EntryExit = 1; in AddLineNote()
299 EntryExit = 2; in AddLineNote()
302 EntryExit, FileKind); in AddLineNote()