Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DSourceManagerInternals.h112 unsigned EntryExit, SrcMgr::CharacteristicKind FileKind);
/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()
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp200 int FilenameID, unsigned EntryExit, in AddLineNote() argument
213 if (EntryExit == 0) { // No #include stack change. in AddLineNote()
215 } else if (EntryExit == 1) { in AddLineNote()
217 } else if (EntryExit == 2) { in AddLineNote()
284 unsigned EntryExit = 0; in AddLineNote() local
286 EntryExit = 1; in AddLineNote()
288 EntryExit = 2; in AddLineNote()
291 EntryExit, FileKind); in AddLineNote()