Searched refs:src_ctx (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h216 void ForgetSource(clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx);
435 clang::ASTContext *src_ctx) {
439 DelegateMap::iterator delegate_iter = delegates.find(src_ctx);
443 ImporterDelegateSP(new ASTImporterDelegate(*this, dst_ctx, src_ctx));
444 delegates[src_ctx] = delegate;
434 GetDelegate(clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx) argument
H A DClangASTImporter.cpp234 /// \param src_ctx The ASTContext from which Decls are imported.
237 clang::ASTContext *src_ctx)
238 : m_delegate(importer.GetDelegate(dst_ctx, src_ctx)), m_dst_ctx(dst_ctx),
239 m_src_ctx(src_ctx), importer(importer) {
332 clang::ASTContext *src_ctx = &decl->getASTContext(); local
336 decl->getDeclKindName(), decl, src_ctx, dst_ctx);
344 CompleteTagDeclsScope complete_scope(*this, dst_ctx, src_ctx);
235 CompleteTagDeclsScope(ClangASTImporter &importer, clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx) argument
/freebsd-current/sys/dev/ice/
H A Dice_common.c4553 * @src_ctx: the context structure to read from
4558 ice_write_byte(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) argument
4565 from = src_ctx + ce_info->offset;
4592 * @src_ctx: the context structure to read from
4597 ice_write_word(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) argument
4605 from = src_ctx + ce_info->offset;
4635 * @src_ctx: the context structure to read from
4640 ice_write_dword(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) argument
4648 from = src_ctx + ce_info->offset;
4686 * @src_ctx
4691 ice_write_qword(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) argument
4743 ice_set_ctx(struct ice_hw *hw, u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) argument
4839 ice_read_byte(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) argument
4875 ice_read_word(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) argument
4918 ice_read_dword(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) argument
4969 ice_read_qword(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) argument
5020 ice_get_ctx(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) argument
[all...]
H A Dice_common.h163 ice_set_ctx(struct ice_hw *hw, u8 *src_ctx, u8 *dest_ctx,
166 ice_get_ctx(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1295 void ForgetSource(clang::ASTContext *src_ctx, ClangASTImporter &importer);
H A DTypeSystemClang.cpp9569 void ScratchTypeSystemClang::ForgetSource(ASTContext *src_ctx, argument
9572 importer.ForgetSource(&getASTContext(), src_ctx); local
9575 importer.ForgetSource(&a.second->getASTContext(), src_ctx);

Completed in 816 milliseconds