Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h154 uint16_t is_start_of_statement : 1; member
H A DLineTable.h285 uint32_t is_start_of_statement : 1; member
/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp41 bool is_start_of_statement, in InsertLineEntry() argument
71 uint16_t column, uint16_t file_idx, bool is_start_of_statement, in AppendLineEntryToSequence() argument
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1441 bool is_start_of_statement = true; ParseInlineSite() local