Searched refs:token_str (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp303 std::string token_str = body.substr(start, token.getLength()); local
304 if (token_str.empty())
306 m_tokens.insert(token_str);
H A DClangModulesDeclVendor.cpp591 std::string token_str(literal_data, ti->getLength());
592 macro_expansion.append(token_str);

Completed in 115 milliseconds