Home
last modified time | relevance | path

Searched refs:end_loc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp522 std::string transformed_text, size_t &start_loc, size_t &end_loc) { in GetOriginalBodyBounds() argument
527 end_loc = transformed_text.find(m_end_marker); in GetOriginalBodyBounds()
528 return end_loc != std::string::npos; in GetOriginalBodyBounds()
H A DClangExpressionSourceCode.h73 size_t &start_loc, size_t &end_loc);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp736 clang::SourceLocation end_loc = last_token.getLocation(); in GetTextForRange() local
738 unsigned end_pos = end_loc.getRawEncoding() + last_token.getLength(); in GetTextForRange()