Searched refs:RealizeType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ObjCLanguageRuntime.cpp | 304 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 D | ObjCLanguageRuntime.h | 147 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 D | AppleObjCDeclVendor.cpp | 366 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 D | AppleObjCTypeEncodingParser.h | 29 CompilerType RealizeType(clang::ASTContext &ast_ctx, const char *name,
|
| H A D | AppleObjCTypeEncodingParser.cpp | 380 CompilerType AppleObjCTypeEncodingParser::RealizeType( in RealizeType() function in AppleObjCTypeEncodingParser
|
| H A D | AppleObjCClassDescriptorV2.cpp | 514 encoding_to_type_sp->RealizeType(type, for_expression); in fill()
|