Searched refs:scratch_ast_context (Results 1 – 2 of 2) sorted by relevance
1237 ASTContext *scratch_ast_context = scratch_clang_ast_context->getASTContext(); in FindExternalVisibleDecls() local1239 if (!scratch_ast_context) in FindExternalVisibleDecls()1247 …Decl *parser_ptype_decl = m_ast_importer->CopyDecl(m_ast_context, scratch_ast_context, ptype_type_… in FindExternalVisibleDecls()1697 ASTContext *scratch_ast_context = target->GetScratchClangASTContext()->getASTContext(); in AddOneGenericVariable() local1699 …TypeFromUser user_type (ClangASTContext::GetBasicType(scratch_ast_context, eBasicTypeVoid).GetPoin… in AddOneGenericVariable()1742 ASTContext *scratch_ast_context = target->GetScratchClangASTContext()->getASTContext(); in ResolveUnknownTypes() local1773 …lldb::clang_type_t copied_type = m_ast_importer->CopyType(scratch_ast_context, &var_decl->getASTCo… in ResolveUnknownTypes()1783 TypeFromUser user_type(copied_type, scratch_ast_context); in ResolveUnknownTypes()
39 clang::ASTContext *scratch_ast_context = scratch_clang_ast_context->getASTContext(); in ~ClangASTSource() local41 if (!scratch_ast_context) in ~ClangASTSource()44 if (m_ast_context != scratch_ast_context) in ~ClangASTSource()45 m_ast_importer->ForgetSource(scratch_ast_context, m_ast_context); in ~ClangASTSource()