Home
last modified time | relevance | path

Searched refs:ast_importer (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangUtilityFunction.cpp181 std::shared_ptr<ClangASTImporter> ast_importer; in ResetDeclMap() local
186 ast_importer = persistent_vars->GetClangASTImporter(); in ResetDeclMap()
189 keep_result_in_memory, nullptr, exe_ctx.GetTargetSP(), ast_importer, in ResetDeclMap()
DClangUserExpression.cpp989 std::shared_ptr<ClangASTImporter> ast_importer; in ResetDeclMap() local
994 ast_importer = persistent_vars->GetClangASTImporter(); in ResetDeclMap()
997 keep_result_in_memory, &delegate, exe_ctx.GetTargetSP(), ast_importer, in ResetDeclMap()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp234 ClangASTImporter &ast_importer, in PrepareContextToReceiveMembers() argument
253 if (type && ast_importer.CanImport(type)) { in PrepareContextToReceiveMembers()
255 if (ast_importer.RequireCompleteType(qual_type)) in PrepareContextToReceiveMembers()