Home | History | Annotate | Download | only in Expression

Lines Matching refs:scratch_ast_context

1162             ASTContext *scratch_ast_context = scratch_clang_ast_context->getASTContext();
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();
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);