Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.h55 std::string ReadStructName(StringLexer &type);
H A DAppleObjCTypeEncodingParser.cpp35 std::string AppleObjCTypeEncodingParser::ReadStructName(StringLexer &type) { in ReadStructName() function in AppleObjCTypeEncodingParser
98 std::string name(ReadStructName(type)); in BuildAggregate()