Home
last modified time | relevance | path

Searched refs:END_FILE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDebugMacros.cpp47 return DebugMacroEntry(DebugMacroEntry::END_FILE, 0, 0, nullptr); in CreateEndFileEntry()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDebugMacros.h27 INVALID, DEFINE, UNDEF, START_FILE, END_FILE, INDIRECT enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp180 case DebugMacroEntry::END_FILE: in AddMacros()