Home
last modified time | relevance | path

Searched defs:is_start_of_statement (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Symbol/
DLineEntry.h147 uint16_t is_start_of_statement : 1, ///< Indicates this entry is the beginning member
DLineTable.h289 uint32_t is_start_of_statement : 1; member
/external/llvm-project/lldb/source/Symbol/
DLineTable.cpp41 bool is_start_of_statement, in InsertLineEntry()
71 uint16_t column, uint16_t file_idx, bool is_start_of_statement, in AppendLineEntryToSequence()