Searched refs:src_ctx (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ClangASTImporter.h | 100 clang::ASTContext *src_ctx, clang::QualType type); 103 clang::ASTContext *src_ctx, 108 clang::Decl *CopyDecl(clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx, 112 clang::ASTContext *src_ctx, 116 clang::ASTContext *src_ctx, clang::Decl *decl); 208 void ForgetSource(clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx); 319 MinionSP GetMinion(clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx) { in GetMinion() argument 323 MinionMap::iterator minion_iter = minions.find(src_ctx); in GetMinion() 326 MinionSP minion = MinionSP(new Minion(*this, dst_ctx, src_ctx)); in GetMinion() 327 minions[src_ctx] = minion; in GetMinion()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTImporter.cpp | 239 clang::ASTContext *src_ctx, in DeportType() argument 247 (unsigned long long)type, static_cast<void *>(src_ctx), in DeportType() 250 MinionSP minion_sp(GetMinion(dst_ctx, src_ctx)); in DeportType() 268 lldb::opaque_compiler_type_t result = CopyType(dst_ctx, src_ctx, type); in DeportType() 279 clang::ASTContext *src_ctx, in DeportDecl() argument 287 static_cast<void *>(src_ctx), static_cast<void *>(dst_ctx)); in DeportDecl() 289 MinionSP minion_sp(GetMinion(dst_ctx, src_ctx)); in DeportDecl() 303 clang::Decl *result = CopyDecl(dst_ctx, src_ctx, decl); in DeportDecl()
|