Searched refs:m_ast_ctx (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 123 m_decl_vendor.m_ast_ctx->getASTContext().getTranslationUnitDecl(); in StartTranslationUnit() 135 m_ast_ctx = std::make_shared<TypeSystemClang>( in AppleObjCDeclVendor() 141 m_ast_ctx->getASTContext().setExternalSource(external_source_owning_ptr); in AppleObjCDeclVendor() 151 clang::ASTContext &ast_ctx = m_ast_ctx->getASTContext(); in GetDeclForISA() 170 m_ast_ctx->SetMetadata(new_iface_decl, meta_data); in GetDeclForISA() 401 ClangASTMetadata *metadata = m_ast_ctx->GetMetadata(interface_decl); in FinishDecl() 431 clang::ASTContext &context = m_ast_ctx->getASTContext(); in FinishDecl() 444 *m_ast_ctx, interface_decl, name, true, m_type_realizer_sp); in FinishDecl() 462 *m_ast_ctx, interface_decl, name, false, m_type_realizer_sp); in FinishDecl() 485 *m_ast_ctx, type, for_expression); in FinishDecl() [all …]
|
H A D | AppleObjCDeclVendor.h | 40 std::shared_ptr<TypeSystemClang> m_ast_ctx; variable
|