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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h112 unsigned EntryExit, SrcMgr::CharacteristicKind FileKind);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp239 /// presumed location to LineNo/FilenameID. If EntryExit is 0, then this doesn't
244 int FilenameID, unsigned EntryExit,
257 if (EntryExit == 0) { // No #include stack change.
259 } else if (EntryExit == 1) {
261 } else if (EntryExit == 2) {
328 unsigned EntryExit = 0; local
330 EntryExit = 1;
332 EntryExit = 2;
335 EntryExit, FileKind);
243 AddLineNote(FileID FID, unsigned Offset, unsigned LineNo, int FilenameID, unsigned EntryExit, SrcMgr::CharacteristicKind FileKind) argument

Completed in 142 milliseconds