Home
last modified time | relevance | path

Searched refs:ReadQuotedString (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp46 AppleObjCTypeEncodingParser::ReadQuotedString(StringLexer &type) { in ReadQuotedString() function in AppleObjCTypeEncodingParser
79 if (auto maybe_name = ReadQuotedString(type)) in ReadStructElement()
208 if (auto maybe_name = ReadQuotedString(type)) in BuildObjCObjectPointerType()
H A DAppleObjCTypeEncodingParser.h66 std::optional<std::string> ReadQuotedString(StringLexer &type);