Home
last modified time | relevance | path

Searched refs:start_loc (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionSourceCode.cpp478 std::string transformed_text, size_t &start_loc, size_t &end_loc) { in GetOriginalBodyBounds() argument
479 start_loc = transformed_text.find(m_start_marker); in GetOriginalBodyBounds()
480 if (start_loc == std::string::npos) in GetOriginalBodyBounds()
482 start_loc += m_start_marker.size(); in GetOriginalBodyBounds()
DClangExpressionSourceCode.h73 size_t &start_loc, size_t &end_loc);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusNameParser.cpp642 clang::SourceLocation start_loc = first_token.getLocation(); in GetTextForRange() local
644 unsigned start_pos = start_loc.getRawEncoding(); in GetTextForRange()
/freebsd-12-stable/sys/fs/udf/
Decma167-udf.h283 uint32_t start_loc; member
Dudf_vfsops.c429 udfmp->part_start = le32toh(pd->start_loc); in udf_mountfs()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
Dmerge.c876 svn_client__pathrev_t *start_loc; in filter_self_referential_mergeinfo() local
888 err2 = svn_client__repos_location(&start_loc, ra_session, in filter_self_referential_mergeinfo()
936 if (strcmp(start_loc->url, merge_source_url) != 0) in filter_self_referential_mergeinfo()
4855 svn_client__pathrev_t *start_loc; in calculate_remaining_ranges() local
4857 err = svn_client__repos_location(&start_loc, in calculate_remaining_ranges()
4876 if (strcmp(start_loc->url, url) == 0) in calculate_remaining_ranges()
7192 svn_client__pathrev_t *start_loc; in normalize_merge_sources_internal() local
7194 SVN_ERR(svn_client__repos_location(&start_loc, in normalize_merge_sources_internal()