Searched refs:scratch_ast_context (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1162 ASTContext *scratch_ast_context = scratch_clang_ast_context->getASTContext(); local
1164 if (!scratch_ast_context)
1172 Decl *parser_ptype_decl = m_ast_importer->CopyDecl(m_ast_context, scratch_ast_context, ptype_type_decl);
1610 ASTContext *scratch_ast_context = target->GetScratchClangASTContext()->getASTContext();
1612 TypeFromUser user_type (ClangASTContext::GetBasicType(scratch_ast_context, eBasicTypeVoid).GetPointerType().GetLValueReferenceType());
1655 ASTContext *scratch_ast_context = target->GetScratchClangASTContext()->getASTContext(); local
1686 lldb::clang_type_t copied_type = m_ast_importer->CopyType(scratch_ast_context, &var_decl->getASTContext(), var_type.getAsOpaquePtr());
1696 TypeFromUser user_type(copied_type, scratch_ast_context);
H A DClangASTSource.cpp39 clang::ASTContext *scratch_ast_context = scratch_clang_ast_context->getASTContext();
41 if (!scratch_ast_context)
44 if (m_ast_context != scratch_ast_context)
45 m_ast_importer->ForgetSource(scratch_ast_context, m_ast_context);

Completed in 160 milliseconds