Searched refs:next_sep_pos (Results 1 – 1 of 1) sorted by relevance
2299 size_t next_sep_pos = temp_expression.find_first_of("-.[", 1); in GetValueForExpressionPath_Impl() local2300 if (next_sep_pos == llvm::StringRef::npos) // if no other separator just in GetValueForExpressionPath_Impl()2370 llvm::StringRef next_separator = temp_expression.substr(next_sep_pos); in GetValueForExpressionPath_Impl()2371 llvm::StringRef child_name = temp_expression.slice(0, next_sep_pos); in GetValueForExpressionPath_Impl()