Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DLineEntry.h149 uint16_t is_start_of_statement : 1, ///< Indicates this entry is the beginning member
H A DLineTable.h285 uint32_t is_start_of_statement : 1; member
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DLineTable.cpp41 bool is_start_of_statement, in InsertLineEntry()
71 uint16_t column, uint16_t file_idx, bool is_start_of_statement, in AppendLineEntryToSequence()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1435 bool is_start_of_statement = true; in ParseInlineSite() local