Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h145 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
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1441 bool is_start_of_statement = true; in ParseInlineSite() local