Home
last modified time | relevance | path

Searched refs:RealizeType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp348 ClangUtil::GetQualType(type_realizer_sp->RealizeType( in BuildMethod()
365 ClangUtil::GetQualType(type_realizer_sp->RealizeType( in BuildMethod()
484 CompilerType ivar_type = m_runtime.GetEncodingToType()->RealizeType( in FinishDecl()
H A DAppleObjCTypeEncodingParser.h25 CompilerType RealizeType(TypeSystemClang &ast_ctx, const char *name,
H A DAppleObjCTypeEncodingParser.cpp363 CompilerType AppleObjCTypeEncodingParser::RealizeType(TypeSystemClang &ast_ctx, in RealizeType() function in AppleObjCTypeEncodingParser
H A DAppleObjCClassDescriptorV2.cpp719 encoding_to_type_sp->RealizeType(type, for_expression); in fill()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp340 ObjCLanguageRuntime::EncodingToType::RealizeType(const char *name, in RealizeType() function in ObjCLanguageRuntime::EncodingToType
343 return RealizeType(*m_scratch_ast_ctx_sp, name, for_expression); in RealizeType()
H A DObjCLanguageRuntime.h164 virtual CompilerType RealizeType(TypeSystemClang &ast_ctx, const char *name,
166 virtual CompilerType RealizeType(const char *name, bool for_expression);