Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp304 ObjCLanguageRuntime::EncodingToType::RealizeType(const char *name, in RealizeType() function in ObjCLanguageRuntime::EncodingToType
307 return RealizeType(*m_scratch_ast_ctx_ap, name, for_expression); in RealizeType()
311 CompilerType ObjCLanguageRuntime::EncodingToType::RealizeType( in RealizeType() function in ObjCLanguageRuntime::EncodingToType
316 return RealizeType(*clang_ast, name, for_expression); in RealizeType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h147 virtual CompilerType RealizeType(ClangASTContext &ast_ctx, const char *name,
149 virtual CompilerType RealizeType(const char *name, bool for_expression);
151 virtual CompilerType RealizeType(clang::ASTContext &ast_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp366 ClangUtil::GetQualType(type_realizer_sp->RealizeType( in BuildMethod()
383 ClangUtil::GetQualType(type_realizer_sp->RealizeType( in BuildMethod()
505 CompilerType ivar_type = m_runtime.GetEncodingToType()->RealizeType( in FinishDecl()
H A DAppleObjCTypeEncodingParser.h29 CompilerType RealizeType(clang::ASTContext &ast_ctx, const char *name,
H A DAppleObjCTypeEncodingParser.cpp380 CompilerType AppleObjCTypeEncodingParser::RealizeType( in RealizeType() function in AppleObjCTypeEncodingParser
H A DAppleObjCClassDescriptorV2.cpp514 encoding_to_type_sp->RealizeType(type, for_expression); in fill()