Searched defs:dst_ctx (Results 1 – 4 of 4) sorted by relevance
182 void InstallMapCompleter (clang::ASTContext *dst_ctx, MapCompleter &completer) in InstallMapCompleter()316 GetContextMetadata (clang::ASTContext *dst_ctx) in GetContextMetadata()333 MaybeGetContextMetadata (clang::ASTContext *dst_ctx) in MaybeGetContextMetadata()344 GetMinion (clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx) in GetMinion()
113 ClangASTImporter::DeportType (clang::ASTContext *dst_ctx, in DeportType()140 ClangASTImporter::DeportDecl (clang::ASTContext *dst_ctx, in DeportDecl()
285 public static native int EVP_MD_CTX_copy(OpenSSLDigestContext dst_ctx, in EVP_MD_CTX_copy()
3955 EVP_MD_CTX* dst_ctx = fromContextObject<EVP_MD_CTX>(env, dstCtxRef); in NativeCrypto_EVP_MD_CTX_copy() local