Home
last modified time | relevance | path

Searched refs:AppleObjCTypeEncodingParser (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp26 AppleObjCTypeEncodingParser::AppleObjCTypeEncodingParser( in AppleObjCTypeEncodingParser() function in AppleObjCTypeEncodingParser
37 std::string AppleObjCTypeEncodingParser::ReadStructName(StringLexer &type) { in ReadStructName()
44 std::string AppleObjCTypeEncodingParser::ReadQuotedString(StringLexer &type) { in ReadQuotedString()
54 uint32_t AppleObjCTypeEncodingParser::ReadNumber(StringLexer &type) { in ReadNumber()
65 AppleObjCTypeEncodingParser::StructElement::StructElement() in StructElement()
68 AppleObjCTypeEncodingParser::StructElement
69 AppleObjCTypeEncodingParser::ReadStructElement(TypeSystemClang &ast_ctx, in ReadStructElement()
83 clang::QualType AppleObjCTypeEncodingParser::BuildStruct( in BuildStruct()
89 clang::QualType AppleObjCTypeEncodingParser::BuildUnion( in BuildUnion()
95 clang::QualType AppleObjCTypeEncodingParser::BuildAggregate( in BuildAggregate()
[all …]
H A DAppleObjCTypeEncodingParser.h20 class AppleObjCTypeEncodingParser : public ObjCLanguageRuntime::EncodingToType {
22 AppleObjCTypeEncodingParser(ObjCLanguageRuntime &runtime);
23 ~AppleObjCTypeEncodingParser() override = default;
H A DAppleObjCRuntimeV2.cpp3306 std::make_shared<AppleObjCTypeEncodingParser>(*this); in GetEncodingToType()
/freebsd/lib/clang/liblldb/
H A DMakefile462 SRCS+= Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp