Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.h19 class StringLexer; variable
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringLexer.cpp17 StringLexer::StringLexer(std::string s) : m_data(std::move(s)), m_position(0) {} in StringLexer() function in StringLexer