Searched defs:is_start_of_statement (Results 1 – 4 of 4) sorted by relevance
149 uint16_t is_start_of_statement : 1, ///< Indicates this entry is the beginning member
285 uint32_t is_start_of_statement : 1; member
41 bool is_start_of_statement, in InsertLineEntry()71 uint16_t column, uint16_t file_idx, bool is_start_of_statement, in AppendLineEntryToSequence()
1435 bool is_start_of_statement = true; in ParseInlineSite() local