Home
last modified time | relevance | path

Searched defs:end_loc (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DExpressionSourceCode.cpp358 size_t &start_loc, size_t &end_loc) { in GetOriginalBodyBounds()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp613 clang::SourceLocation end_loc = last_token.getLocation(); in GetTextForRange() local