Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
DClangExpressionDeclMap.cpp1237 ASTContext *scratch_ast_context = scratch_clang_ast_context->getASTContext(); in FindExternalVisibleDecls() local
1239 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() local
1699 …TypeFromUser user_type (ClangASTContext::GetBasicType(scratch_ast_context, eBasicTypeVoid).GetPoin… in AddOneGenericVariable()
1742 ASTContext *scratch_ast_context = target->GetScratchClangASTContext()->getASTContext(); in ResolveUnknownTypes() local
1773 …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()
DClangASTSource.cpp39 clang::ASTContext *scratch_ast_context = scratch_clang_ast_context->getASTContext(); in ~ClangASTSource() local
41 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()