Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1135 clang::ExternalASTSource *ast_source = decl_map->CreateProxy(); in ParseInternal() local
1141 auto ast_source_wrapper = new ExternalASTSourceWrapper(ast_source); in ParseInternal()
1148 ast_context.setExternalSource(ast_source); in ParseInternal()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1242 auto *ast_source = llvm::dyn_cast_or_null<ClangExternalASTSourceCallbacks>( in GetOrCreateClangModule() local
1244 assert(ast_source && "external ast source was lost"); in GetOrCreateClangModule()
1245 if (!ast_source) in GetOrCreateClangModule()
1262 auto parent_desc = ast_source->getSourceDescriptor(parent.GetValue()); in GetOrCreateClangModule()
1267 return ast_source->GetIDForModule(module); in GetOrCreateClangModule()
1269 return ast_source->RegisterModule(module); in GetOrCreateClangModule()
2544 ExternalASTSource *ast_source = ast->getExternalSource(); in GetCompleteDecl() local
2546 if (!ast_source) in GetCompleteDecl()
2556 ast_source->CompleteType(tag_decl); in GetCompleteDecl()
2567 ast_source->CompleteType(objc_interface_decl); in GetCompleteDecl()
[all …]