Searched defs:scratch_ast_context (Results 1 - 1 of 1) 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);

Completed in 73 milliseconds