Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.h55 std::string ReadStructName(StringLexer &type);
H A DAppleObjCTypeEncodingParser.cpp37 std::string AppleObjCTypeEncodingParser::ReadStructName(StringLexer &type) { in ReadStructName() function in AppleObjCTypeEncodingParser
100 std::string name(ReadStructName(type)); in BuildAggregate()