Searched refs:RealizeType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.h | 25 CompilerType RealizeType(TypeSystemClang &ast_ctx, const char *name,
|
| H A D | AppleObjCDeclVendor.cpp | 350 ClangUtil::GetQualType(type_realizer_sp->RealizeType( in BuildMethod() 367 ClangUtil::GetQualType(type_realizer_sp->RealizeType( in BuildMethod() 486 CompilerType ivar_type = m_runtime.GetEncodingToType()->RealizeType( in FinishDecl()
|
| H A D | AppleObjCTypeEncodingParser.cpp | 358 CompilerType AppleObjCTypeEncodingParser::RealizeType(TypeSystemClang &ast_ctx, in RealizeType() function in AppleObjCTypeEncodingParser
|
| H A D | AppleObjCClassDescriptorV2.cpp | 553 encoding_to_type_sp->RealizeType(type, for_expression); in fill()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.h | 155 virtual CompilerType RealizeType(TypeSystemClang &ast_ctx, const char *name, 157 virtual CompilerType RealizeType(const char *name, bool for_expression);
|
| H A D | ObjCLanguageRuntime.cpp | 301 ObjCLanguageRuntime::EncodingToType::RealizeType(const char *name, in RealizeType() function in ObjCLanguageRuntime::EncodingToType 304 return RealizeType(*m_scratch_ast_ctx_up, name, for_expression); in RealizeType()
|